SpecifyLocation Class¶
-
class
NXOpen.BlockStyler.SpecifyLocation¶ Bases:
NXOpen.BlockStyler.UIBlockRepresents a Specify Location block
New in version NX8.5.0.
Properties¶
| Property | Description |
|---|---|
| AutomaticProgression | Returns or sets the AutomaticProgression |
| CursorLocation | Returns or sets the CursorLocation |
| DisplayTemporaryPoint | Returns or sets the DisplayTemporaryPoint |
| Enable | Returns or sets the Enable. |
| Expanded | Returns or sets the Expanded |
| Group | Returns or sets the Group |
| Label | Returns or sets the Label |
| LabelString | Returns or sets the LabelString |
| Name | Returns the name of the block or BlockID |
| Show | Returns or sets the Visibility of block. |
| 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. |
| GetProperties | Returns the properties of the block |
| GetStepStatusMembers | Gets the StepStatus members |
Property Detail¶
AutomaticProgression¶
-
SpecifyLocation.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.
CursorLocation¶
-
SpecifyLocation.CursorLocation¶ Returns or sets the CursorLocation
-------------------------------------Getter Method
Signature
CursorLocationReturns: Return type: NXOpen.Point3dNew in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CursorLocationParameters: cursorLocation ( NXOpen.Point3d) –New in version NX8.5.0.
License requirements: None.
DisplayTemporaryPoint¶
-
SpecifyLocation.DisplayTemporaryPoint¶ Returns or sets the DisplayTemporaryPoint
-------------------------------------Getter Method
Signature
DisplayTemporaryPointReturns: Return type: bool New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DisplayTemporaryPointParameters: display (bool) – New in version NX8.5.0.
License requirements: None.
LabelString¶
-
SpecifyLocation.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.
StepStatusAsString¶
-
SpecifyLocation.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.