ReverseDirection Class¶
-
class
NXOpen.BlockStyler.ReverseDirection¶ Bases:
NXOpen.BlockStyler.UIBlockRepresents Reverse Direction block
New in version NX8.5.0.
Properties¶
| Property | Description |
|---|---|
| Direction | Returns or sets the Direction. |
| Enable | Returns or sets the Enable. |
| Expanded | Returns or sets the Expanded |
| Flip | Returns or sets the Flip. |
| Group | Returns or sets the Group |
| Label | Returns or sets the Label |
| Name | Returns the name of the block or BlockID |
| Origin | Returns or sets the Origin. |
| Show | Returns or sets the Visibility of block. |
| 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 |
Property Detail¶
Direction¶
-
ReverseDirection.Direction¶ Returns or sets the Direction.
It specifies the orientation of direction handle.
-------------------------------------Getter Method
Signature
DirectionReturns: Return type: NXOpen.Vector3dNew in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DirectionParameters: direction ( NXOpen.Vector3d) –New in version NX8.5.0.
License requirements: None.
Flip¶
-
ReverseDirection.Flip¶ Returns or sets the Flip.
If true, the handle is flipped opposite of the direction.
-------------------------------------Getter Method
Signature
FlipReturns: Return type: bool New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
FlipParameters: flip (bool) – New in version NX8.5.0.
License requirements: None.
Origin¶
-
ReverseDirection.Origin¶ Returns or sets the Origin.
It specifies the origin of direction handle.
-------------------------------------Getter Method
Signature
OriginReturns: Return type: NXOpen.Point3dNew in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
OriginParameters: origin ( NXOpen.Point3d) –New in version NX8.5.0.
License requirements: None.