NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::BlockStyler::ReverseDirection Class Reference

Represents Reverse Direction block
Created in NX8.5.0. More...

Inheritance diagram for NXOpen::BlockStyler::ReverseDirection:
NXOpen::BlockStyler::UIBlock NXOpen::TaggedObject

Public Member Functions

NXOpen::Vector3d Direction ()
 Returns the Direction. More...
 
bool Flip ()
 Returns the Flip. More...
 
NXOpen::Point3d Origin ()
 Returns the Origin. More...
 
void SetDirection (const NXOpen::Vector3d &direction)
 Sets the Direction. More...
 
void SetFlip (bool flip)
 Sets the Flip. More...
 
void SetOrigin (const NXOpen::Point3d &origin)
 Sets the Origin. More...
 
- Public Member Functions inherited from NXOpen::BlockStyler::UIBlock
bool Enable ()
 Returns the Enable. More...
 
bool Expanded ()
 Returns the Expanded
Created in NX8.5.0. More...
 
void Focus ()
 Focuses on the block. More...
 
NXOpen::BlockStyler::PropertyListGetProperties ()
 Returns the properties of the block. More...
 
bool Group ()
 Returns the Group
Created in NX8.5.0. More...
 
NXString Label ()
 Returns the Label
Created in NX8.5.0. More...
 
NXString Name ()
 Returns the name of the block or BlockID
Created in NX6.0.0. More...
 
void SetEnable (bool enable)
 Sets the Enable. More...
 
void SetExpanded (bool expanded)
 Sets the Expanded
Created in NX8.5.0. More...
 
void SetGroup (bool group)
 Sets the Group
Created in NX8.5.0. More...
 
void SetLabel (const NXString &label)
 Sets the Label
Created in NX8.5.0. More...
 
void SetLabel (const char *label)
 Sets the Label
Created in NX8.5.0. More...
 
void SetShow (bool show)
 Sets the Visibility of block. More...
 
bool Show ()
 Returns the Visibility of block. More...
 
NXString Type ()
 Returns the type of block
Created in NX6.0.0. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents Reverse Direction block
Created in NX8.5.0.


Member Function Documentation

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

Parameters
directiondirection
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

Parameters
flipflip
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

Parameters
originorigin

The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.