ReverseDirection Class

class NXOpen.BlockStyler.ReverseDirection

Bases: NXOpen.BlockStyler.UIBlock

Represents 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 @return

Property Detail

Direction

ReverseDirection.Direction

Returns or sets the Direction.

It specifies the orientation of direction handle.

-------------------------------------

Getter Method

Signature Direction()

Returns:
Return type:NXOpen.Vector3d

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Direction(direction)

Parameters: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 Flip()

Returns:
Return type:bool

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Flip(flip)

Parameters: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 Origin()

Returns:
Return type:NXOpen.Point3d

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Origin(origin)

Parameters:origin (NXOpen.Point3d) –

New in version NX8.5.0.

License requirements: None.