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. | |
![]() | |
NXOpen::NXObject * | Commit () |
Commits any edits that have been applied to the builder. | |
void | Destroy () |
Deletes the builder, and cleans up any objects created by the builder. | |
std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
For builders that create more than one object, this method returns the objects that are created by commit. | |
NXOpen::NXObject * | GetObject () |
Returns the object currently being edited by this builder. | |
void | ShowResults () |
Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a CAM::WedmPointDefinitionBuilder
This builder cannot be instantiated separately.
Created in NX7.5.0.
NXOpen::NXObject* NXOpen::CAM::WedmPointDefinitionBuilder::Axis | ( | ) |
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")
NXOpen::Point* NXOpen::CAM::WedmPointDefinitionBuilder::Point | ( | ) |
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 |