NX Open C++ Reference Guide
|
Represents a CAM::WedmPointDefinitionBuilder
This builder cannot be instantiated separately.
More...
Public Types | |
enum | PointStates { PointStatesNone, PointStatesSpecify } |
the types available for wedm point definition More... | |
enum | WireAxisStates { WireAxisStatesZm, WireAxisStatesSpecify } |
the types available for wire axis definition More... | |
Public Member Functions | |
NXOpen::NXObject * | Axis () |
Returns the wire axis Created in NX7.5.0. | |
NXOpen::CAM::WedmPointDefinitionBuilder::WireAxisStates | AxisOption () |
Returns the wire axis status Created in NX7.5.0. | |
NXOpen::Point * | Point () |
Returns the wedm point Created in NX7.5.0. | |
NXOpen::CAM::WedmPointDefinitionBuilder::PointStates | PointOption () |
Returns the point status Created in NX7.5.0. | |
void | SetAxis (NXOpen::NXObject *newValue) |
Sets the wire axis Created in NX7.5.0. | |
void | SetAxisOption (NXOpen::CAM::WedmPointDefinitionBuilder::WireAxisStates newValue) |
Sets the wire axis status Created in NX7.5.0. | |
void | SetPoint (NXOpen::Point *newValue) |
Sets the wedm point Created in NX7.5.0. | |
void | SetPointOption (NXOpen::CAM::WedmPointDefinitionBuilder::PointStates newValue) |
Sets the point status Created in NX7.5.0. |
Represents a CAM::WedmPointDefinitionBuilder
This builder cannot be instantiated separately.
Created in NX7.5.0.
Returns the wire axis
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
NXOpen::CAM::WedmPointDefinitionBuilder::WireAxisStates NXOpen::CAM::WedmPointDefinitionBuilder::AxisOption | ( | ) |
Returns the wire axis status
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
Returns the wedm point
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
NXOpen::CAM::WedmPointDefinitionBuilder::PointStates NXOpen::CAM::WedmPointDefinitionBuilder::PointOption | ( | ) |
Returns the point status
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
void NXOpen::CAM::WedmPointDefinitionBuilder::SetAxis | ( | NXOpen::NXObject * | newValue | ) |
Sets the wire axis
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
newValue | newvalue |
void NXOpen::CAM::WedmPointDefinitionBuilder::SetAxisOption | ( | NXOpen::CAM::WedmPointDefinitionBuilder::WireAxisStates | newValue | ) |
Sets the wire axis status
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
newValue | newvalue |
void NXOpen::CAM::WedmPointDefinitionBuilder::SetPoint | ( | NXOpen::Point * | newValue | ) |
Sets the wedm point
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
newValue | newvalue |
void NXOpen::CAM::WedmPointDefinitionBuilder::SetPointOption | ( | NXOpen::CAM::WedmPointDefinitionBuilder::PointStates | newValue | ) |
Sets the point status
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
newValue | newvalue |