NX Open C++ Reference Guide
|
Represents a CAM::LowerLimit. More...
Public Types | |
enum | ActionTypes { ActionTypesNormalToPlane, ActionTypesAlongToolAxis, ActionTypesWarnings } |
Available types for Lower Limit Actions. More... | |
enum | ModeTypes { ModeTypesUseInherited, ModeTypesNone, ModeTypesPlane } |
Available types for Lower Limit Mode. More... | |
Public Member Functions | |
NXOpen::CAM::LowerLimit::ActionTypes | Action () |
Returns the Lower Limit Action Created in NX6.0.0. | |
NXOpen::CAM::LowerLimit::ModeTypes | Mode () |
Returns the Lower Limit Mode Created in NX6.0.0. | |
NXOpen::NXObject * | Plane () |
Returns the Lower Limit Plane Created in NX7.5.0. | |
void | SetAction (NXOpen::CAM::LowerLimit::ActionTypes action) |
Sets the Lower Limit Action Created in NX6.0.0. | |
void | SetMode (NXOpen::CAM::LowerLimit::ModeTypes mode) |
Sets the Lower Limit Mode Created in NX6.0.0. | |
void | SetPlane (NXOpen::NXObject *plane) |
Sets the Lower Limit Plane Created in NX7.5.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a CAM::LowerLimit.
Created in NX6.0.0.
NXOpen::CAM::LowerLimit::ActionTypes NXOpen::CAM::LowerLimit::Action | ( | ) |
Returns the Lower Limit Action
Created in NX6.0.0.
License requirements : None
NXOpen::CAM::LowerLimit::ModeTypes NXOpen::CAM::LowerLimit::Mode | ( | ) |
Returns the Lower Limit Mode
Created in NX6.0.0.
License requirements : None
NXOpen::NXObject* NXOpen::CAM::LowerLimit::Plane | ( | ) |
Returns the Lower Limit Plane
Created in NX7.5.0.
License requirements : None
void NXOpen::CAM::LowerLimit::SetAction | ( | NXOpen::CAM::LowerLimit::ActionTypes | action | ) |
Sets the Lower Limit Action
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
action | lower limit action value |
void NXOpen::CAM::LowerLimit::SetMode | ( | NXOpen::CAM::LowerLimit::ModeTypes | mode | ) |
Sets the Lower Limit Mode
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
mode | lower limit mode value |
void NXOpen::CAM::LowerLimit::SetPlane | ( | NXOpen::NXObject * | plane | ) |
Sets the Lower Limit Plane
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
plane | lower limit plane, entity type can be XFORM and PLANE |