NX Open C++ Reference Guide
|
Represents Reverse Direction block
Created in NX8.5.0.
More...
Public Member Functions | |
NXOpen::Vector3d | Direction () |
Returns the Direction. | |
bool | Flip () |
Returns the Flip. | |
NXOpen::Point3d | Origin () |
Returns the Origin. | |
void | SetDirection (const NXOpen::Vector3d &direction) |
Sets the Direction. | |
void | SetFlip (bool flip) |
Sets the Flip. | |
void | SetOrigin (const NXOpen::Point3d &origin) |
Sets the Origin. | |
![]() | |
bool | Enable () |
Returns the Enable. | |
bool | Expanded () |
Returns the Expanded Created in NX8.5.0. | |
void | Focus () |
Focuses on the block. | |
NXOpen::BlockStyler::PropertyList * | GetProperties () |
Returns the properties of the block. | |
bool | Group () |
Returns the Group Created in NX8.5.0. | |
NXString | Label () |
Returns the Label Created in NX8.5.0. | |
NXString | Name () |
Returns the name of the block or BlockID Created in NX6.0.0. | |
void | SetEnable (bool enable) |
Sets the Enable. | |
void | SetExpanded (bool expanded) |
Sets the Expanded Created in NX8.5.0. | |
void | SetGroup (bool group) |
Sets the Group Created in NX8.5.0. | |
void | SetLabel (const NXString &label) |
Sets the Label Created in NX8.5.0. | |
void | SetLabel (const char *label) |
Sets the Label Created in NX8.5.0. | |
void | SetShow (bool show) |
Sets the Visibility of block. | |
bool | Show () |
Returns the Visibility of block. | |
NXString | Type () |
Returns the type of block Created in NX6.0.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents Reverse Direction block
Created in NX8.5.0.
NXOpen::Vector3d NXOpen::BlockStyler::ReverseDirection::Direction | ( | ) |
Returns the Direction.
It specifies the orientation of direction handle.
Created in NX8.5.0.
License requirements : None
bool NXOpen::BlockStyler::ReverseDirection::Flip | ( | ) |
Returns the Flip.
If true, the handle is flipped opposite of the direction.
Created in NX8.5.0.
License requirements : None
NXOpen::Point3d NXOpen::BlockStyler::ReverseDirection::Origin | ( | ) |
Returns the Origin.
It specifies the origin of direction handle.
Created in NX8.5.0.
License requirements : None
void NXOpen::BlockStyler::ReverseDirection::SetDirection | ( | const NXOpen::Vector3d & | direction | ) |
Sets the Direction.
It specifies the orientation of direction handle.
Created in NX8.5.0.
License requirements : None
direction | direction |
void NXOpen::BlockStyler::ReverseDirection::SetFlip | ( | bool | flip | ) |
Sets the Flip.
If true, the handle is flipped opposite of the direction.
Created in NX8.5.0.
License requirements : None
flip | flip |
void NXOpen::BlockStyler::ReverseDirection::SetOrigin | ( | const NXOpen::Point3d & | origin | ) |
Sets the Origin.
It specifies the origin of direction handle.
Created in NX8.5.0.
License requirements : None
origin | origin |