SpecifyPoint Class¶
-
class
NXOpen.BlockStyler.SpecifyPoint¶ Bases:
NXOpen.BlockStyler.UIBlockRepresents a Specify Point block
New in version NX8.5.0.
Properties¶
| Property | Description |
|---|---|
| AutomaticProgression | Returns or sets the AutomaticProgression |
| BalloonTooltipImage | Returns or sets the BalloonTooltipImage |
| BalloonTooltipLayoutAsString | Returns or sets the BalloonTooltipLayout as string |
| BalloonTooltipText | Returns or sets the BalloonTooltipText |
| CreateInterpartLink | Returns or sets the CreateInterpartLink |
| Enable | Returns or sets the Enable. |
| EnableFacetSelection | Returns or sets the EnableFacetSelection |
| Expanded | Returns or sets the Expanded |
| Group | Returns or sets the Group |
| InterpartSelectionAsString | Returns or sets the InterpartSelection as string |
| Label | Returns or sets the Label |
| LabelString | Returns or sets the LabelString |
| Name | Returns the name of the block or BlockID |
| Point | Returns or sets the Point |
| Show | Returns or sets the Visibility of block. |
| ShowShortcuts | Returns or sets the ShowShortcuts |
| SnapPointTypesEnabled | Returns or sets the SnapPointTypesEnabled |
| SnapPointTypesOnByDefault | Returns or sets the SnapPointTypesOnByDefault |
| StepStatusAsString | Returns or sets the StepStatus as string |
| Tag | Returns the Tag for this object. |
| Type | Returns the type of block |
Methods¶
| Method | Description |
|---|---|
| Focus | Focuses on the block. |
| GetBalloonTooltipLayoutMembers | Gets the BalloonTooltipLayout members |
| GetInterpartSelectionMembers | Gets the InterpartSelection members |
| GetProperties | Returns the properties of the block |
| GetSelectedObjects | Gets the SelectedObjects |
| GetStepStatusMembers | Gets the StepStatus members |
| SetSelectedObjects | Sets the SelectedObjects |
Property Detail¶
AutomaticProgression¶
-
SpecifyPoint.AutomaticProgression¶ Returns or sets the AutomaticProgression
-------------------------------------Getter Method
Signature
AutomaticProgressionReturns: Return type: bool New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AutomaticProgressionParameters: automaticProgression (bool) – New in version NX8.5.0.
License requirements: None.
BalloonTooltipImage¶
-
SpecifyPoint.BalloonTooltipImage¶ Returns or sets the BalloonTooltipImage
-------------------------------------Getter Method
Signature
BalloonTooltipImageReturns: Return type: str New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
BalloonTooltipImageParameters: imageString (str) – New in version NX8.5.0.
License requirements: None.
BalloonTooltipLayoutAsString¶
-
SpecifyPoint.BalloonTooltipLayoutAsString¶ Returns or sets the BalloonTooltipLayout as string
-------------------------------------Getter Method
Signature
BalloonTooltipLayoutAsStringReturns: Return type: str New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
BalloonTooltipLayoutAsStringParameters: enumString (str) – New in version NX8.5.0.
License requirements: None.
BalloonTooltipText¶
-
SpecifyPoint.BalloonTooltipText¶ Returns or sets the BalloonTooltipText
-------------------------------------Getter Method
Signature
BalloonTooltipTextReturns: Return type: str New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
BalloonTooltipTextParameters: balloonTooltipText (str) – New in version NX8.5.0.
License requirements: None.
CreateInterpartLink¶
-
SpecifyPoint.CreateInterpartLink¶ Returns or sets the CreateInterpartLink
-------------------------------------Getter Method
Signature
CreateInterpartLinkReturns: Return type: bool New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CreateInterpartLinkParameters: createLink (bool) – New in version NX8.5.0.
License requirements: None.
EnableFacetSelection¶
-
SpecifyPoint.EnableFacetSelection¶ Returns or sets the EnableFacetSelection
-------------------------------------Getter Method
Signature
EnableFacetSelectionReturns: Return type: bool New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
EnableFacetSelectionParameters: enableSelection (bool) – New in version NX8.5.0.
License requirements: None.
InterpartSelectionAsString¶
-
SpecifyPoint.InterpartSelectionAsString¶ Returns or sets the InterpartSelection as string
-------------------------------------Getter Method
Signature
InterpartSelectionAsStringReturns: Return type: str New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
InterpartSelectionAsStringParameters: enumString (str) – New in version NX8.5.0.
License requirements: None.
LabelString¶
-
SpecifyPoint.LabelString¶ Returns or sets the LabelString
-------------------------------------Getter Method
Signature
LabelStringReturns: Return type: str New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
LabelStringParameters: labelString (str) – New in version NX8.5.0.
License requirements: None.
Point¶
-
SpecifyPoint.Point¶ Returns or sets the Point
-------------------------------------Getter Method
Signature
PointReturns: Return type: NXOpen.Point3dNew in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PointParameters: point ( NXOpen.Point3d) –New in version NX8.5.0.
License requirements: None.
ShowShortcuts¶
-
SpecifyPoint.ShowShortcuts¶ Returns or sets the ShowShortcuts
-------------------------------------Getter Method
Signature
ShowShortcutsReturns: Return type: bool New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ShowShortcutsParameters: show (bool) – New in version NX8.5.0.
License requirements: None.
SnapPointTypesEnabled¶
-
SpecifyPoint.SnapPointTypesEnabled¶ Returns or sets the SnapPointTypesEnabled
-------------------------------------Getter Method
Signature
SnapPointTypesEnabledReturns: Return type: int New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SnapPointTypesEnabledParameters: snapTypes (int) – New in version NX8.5.0.
License requirements: None.
SnapPointTypesOnByDefault¶
-
SpecifyPoint.SnapPointTypesOnByDefault¶ Returns or sets the SnapPointTypesOnByDefault
-------------------------------------Getter Method
Signature
SnapPointTypesOnByDefaultReturns: Return type: int New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SnapPointTypesOnByDefaultParameters: snapTypesByDefault (int) – New in version NX8.5.0.
License requirements: None.
StepStatusAsString¶
-
SpecifyPoint.StepStatusAsString¶ Returns or sets the StepStatus as string
-------------------------------------Getter Method
Signature
StepStatusAsStringReturns: Return type: str New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
StepStatusAsStringParameters: enumString (str) – New in version NX8.5.0.
License requirements: None.
Method Detail¶
GetBalloonTooltipLayoutMembers¶
-
SpecifyPoint.GetBalloonTooltipLayoutMembers¶ Gets the BalloonTooltipLayout members
Signature
GetBalloonTooltipLayoutMembers()Returns: Value to get from the property. Return type: list of str New in version NX8.5.0.
License requirements: None.
GetInterpartSelectionMembers¶
-
SpecifyPoint.GetInterpartSelectionMembers¶ Gets the InterpartSelection members
Signature
GetInterpartSelectionMembers()Returns: Value to get from the property Return type: list of str New in version NX8.5.0.
License requirements: None.
GetSelectedObjects¶
-
SpecifyPoint.GetSelectedObjects¶ Gets the SelectedObjects
Signature
GetSelectedObjects()Returns: Value to get from the property Return type: list of NXOpen.TaggedObjectNew in version NX8.5.0.
License requirements: None.
GetStepStatusMembers¶
-
SpecifyPoint.GetStepStatusMembers¶ Gets the StepStatus members
Signature
GetStepStatusMembers()Returns: Value to get from the property Return type: list of str New in version NX8.5.0.
License requirements: None.
SetSelectedObjects¶
-
SpecifyPoint.SetSelectedObjects¶ Sets the SelectedObjects
Signature
SetSelectedObjects(objectVector)Parameters: objectVector (list of NXOpen.TaggedObject) – Value to set for the propertyNew in version NX8.5.0.
License requirements: None.