OrientXpress Class¶
-
class
NXOpen.BlockStyler.OrientXpress¶ Bases:
NXOpen.BlockStyler.UIBlockRepresents OrientXpress Block
New in version NX8.5.0.
Properties¶
| Property | Description |
|---|---|
| DirectionAsString | Returns or sets the Direction as string |
| Enable | Returns or sets the Enable. |
| Expanded | Returns or sets the Expanded |
| Group | Returns or sets the Group |
| Label | Returns or sets the Label |
| Name | Returns the name of the block or BlockID |
| PlaneAsString | Returns or sets the Plane as string |
| ReferenceAsString | Returns or sets the Reference as string |
| ReferenceCsys | Returns or sets the ReferenceCsys |
| Show | Returns or sets the Visibility of block. |
| ShowAxisSubBlock | Returns or sets the ShowAxisSubBlock |
| ShowPlaneSubBlock | Returns or sets the ShowPlaneSubBlock |
| ShowReferenceSubBlock | Returns or sets the ShowReferenceSubBlock |
| ShowSceneControl | Returns or sets the ShowSceneControl |
| ShowXAxis | Returns or sets the ShowXAxis |
| ShowXYPlane | Returns or sets the ShowXYPlane |
| ShowXZPlane | Returns or sets the ShowXZPlane |
| ShowYAxis | Returns or sets the ShowYAxis |
| ShowYZPlane | Returns or sets the ShowYZPlane |
| ShowZAxis | Returns or sets the ShowZAxis |
| Tag | Returns the Tag for this object. |
| Type | Returns the type of block |
Methods¶
| Method | Description |
|---|---|
| Focus | Focuses on the block. |
| GetDirectionMembers | Gets Direction members |
| GetPlaneMembers | Gets Plane members |
| GetProperties | Returns the properties of the block |
| GetReferenceMembers | Gets Reference members |
Property Detail¶
DirectionAsString¶
-
OrientXpress.DirectionAsString¶ Returns or sets the Direction as string
-------------------------------------Getter Method
Signature
DirectionAsStringReturns: Return type: str New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DirectionAsStringParameters: enumString (str) – New in version NX8.5.0.
License requirements: None.
PlaneAsString¶
-
OrientXpress.PlaneAsString¶ Returns or sets the Plane as string
-------------------------------------Getter Method
Signature
PlaneAsStringReturns: Return type: str New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PlaneAsStringParameters: enumString (str) – New in version NX8.5.0.
License requirements: None.
ReferenceAsString¶
-
OrientXpress.ReferenceAsString¶ Returns or sets the Reference as string
-------------------------------------Getter Method
Signature
ReferenceAsStringReturns: Return type: str New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ReferenceAsStringParameters: enumString (str) – New in version NX8.5.0.
License requirements: None.
ReferenceCsys¶
-
OrientXpress.ReferenceCsys¶ Returns or sets the ReferenceCsys
-------------------------------------Getter Method
Signature
ReferenceCsysReturns: Return type: NXOpen.TaggedObjectNew in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ReferenceCsysParameters: referenceCsys ( NXOpen.TaggedObject) –New in version NX8.5.0.
License requirements: None.
ShowAxisSubBlock¶
-
OrientXpress.ShowAxisSubBlock¶ Returns or sets the ShowAxisSubBlock
-------------------------------------Getter Method
Signature
ShowAxisSubBlockReturns: Return type: bool New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ShowAxisSubBlockParameters: show (bool) – New in version NX8.5.0.
License requirements: None.
ShowPlaneSubBlock¶
-
OrientXpress.ShowPlaneSubBlock¶ Returns or sets the ShowPlaneSubBlock
-------------------------------------Getter Method
Signature
ShowPlaneSubBlockReturns: Return type: bool New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ShowPlaneSubBlockParameters: show (bool) – New in version NX8.5.0.
License requirements: None.
ShowReferenceSubBlock¶
-
OrientXpress.ShowReferenceSubBlock¶ Returns or sets the ShowReferenceSubBlock
-------------------------------------Getter Method
Signature
ShowReferenceSubBlockReturns: Return type: bool New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ShowReferenceSubBlockParameters: show (bool) – New in version NX8.5.0.
License requirements: None.
ShowSceneControl¶
-
OrientXpress.ShowSceneControl¶ Returns or sets the ShowSceneControl
-------------------------------------Getter Method
Signature
ShowSceneControlReturns: Return type: bool New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ShowSceneControlParameters: show (bool) – New in version NX8.5.0.
License requirements: None.
ShowXAxis¶
-
OrientXpress.ShowXAxis¶ Returns or sets the ShowXAxis
-------------------------------------Getter Method
Signature
ShowXAxisReturns: Return type: bool New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ShowXAxisParameters: show (bool) – New in version NX8.5.0.
License requirements: None.
ShowXYPlane¶
-
OrientXpress.ShowXYPlane¶ Returns or sets the ShowXYPlane
-------------------------------------Getter Method
Signature
ShowXYPlaneReturns: Return type: bool New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ShowXYPlaneParameters: show (bool) – New in version NX8.5.0.
License requirements: None.
ShowXZPlane¶
-
OrientXpress.ShowXZPlane¶ Returns or sets the ShowXZPlane
-------------------------------------Getter Method
Signature
ShowXZPlaneReturns: Return type: bool New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ShowXZPlaneParameters: show (bool) – New in version NX8.5.0.
License requirements: None.
ShowYAxis¶
-
OrientXpress.ShowYAxis¶ Returns or sets the ShowYAxis
-------------------------------------Getter Method
Signature
ShowYAxisReturns: Return type: bool New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ShowYAxisParameters: show (bool) – New in version NX8.5.0.
License requirements: None.
ShowYZPlane¶
-
OrientXpress.ShowYZPlane¶ Returns or sets the ShowYZPlane
-------------------------------------Getter Method
Signature
ShowYZPlaneReturns: Return type: bool New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ShowYZPlaneParameters: show (bool) – New in version NX8.5.0.
License requirements: None.
ShowZAxis¶
-
OrientXpress.ShowZAxis¶ Returns or sets the ShowZAxis
-------------------------------------Getter Method
Signature
ShowZAxisReturns: Return type: bool New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ShowZAxisParameters: show (bool) – New in version NX8.5.0.
License requirements: None.
Method Detail¶
GetDirectionMembers¶
-
OrientXpress.GetDirectionMembers¶ Gets Direction members
Signature
GetDirectionMembers()Returns: Return type: list of str New in version NX8.5.0.
License requirements: None.