NX Open C++ Reference Guide
|
Represents a MachineHeadGroup Builder
To create a new instance of this class, use CAM::NCGroupCollection::CreateMachineHeadGroupBuilder
Created in NX5.0.0.
More...
Public Member Functions | |
double | IDirectionBuilder () |
Returns the i direction Created in NX5.0.0. | |
double | JDirectionBuilder () |
Returns the j direction Created in NX5.0.0. | |
double | KDirectionBuilder () |
Returns the k direction Created in NX5.0.0. | |
void | SetIDirectionBuilder (double iValue) |
Sets the i direction Created in NX5.0.0. | |
void | SetJDirectionBuilder (double jValue) |
Sets the j direction Created in NX5.0.0. | |
void | SetKDirectionBuilder (double kValue) |
Sets the k direction Created in NX5.0.0. | |
void | SetXDistanceBuilder (double xValue) |
Sets the x distance Created in NX5.0.0. | |
void | SetYDistanceBuilder (double yValue) |
Sets the y distance Created in NX5.0.0. | |
void | SetZDistanceBuilder (double zValue) |
Sets the z distance Created in NX5.0.0. | |
double | XDistanceBuilder () |
Returns the x distance Created in NX5.0.0. | |
double | YDistanceBuilder () |
Returns the y distance Created in NX5.0.0. | |
double | ZDistanceBuilder () |
Returns the z distance Created in NX5.0.0. | |
![]() | |
NXString | Description () |
Returns the description Created in NX9.0.0. | |
NXOpen::CAM::UdeSet * | EndUdeSet () |
Returns the end ude set Created in NX7.5.0. | |
void | SetDescription (const NXString &description) |
Sets the description Created in NX9.0.0. | |
void | SetDescription (const char *description) |
Sets the description Created in NX9.0.0. | |
NXOpen::CAM::UdeSet * | StartUdeSet () |
Returns the start ude set Created in NX7.5.0. | |
![]() | |
NXOpen::CAM::Ude * | CycleEvent () |
Returns the cycle event Created in NX7.5.0. | |
NXOpen::CAM::Cycle * | CycleTable () |
Returns the cycle Created in NX9.0.0. | |
NXOpen::CAM::ParamBuilder::OptimizationTypes | OptimizationMethod () |
Returns the optim method Created in NX5.0.0. | |
void | SetOptimizationMethod (NXOpen::CAM::ParamBuilder::OptimizationTypes optimMethod) |
Sets the optim method Created in NX5.0.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. | |
Additional Inherited Members | |
![]() | |
enum | OptimizationTypes { OptimizationTypesNone, OptimizationTypesMinimizeTravel, OptimizationTypesBand } |
Available types for Optimization Method in operation. More... | |
Represents a MachineHeadGroup Builder
To create a new instance of this class, use CAM::NCGroupCollection::CreateMachineHeadGroupBuilder
Created in NX5.0.0.
double NXOpen::CAM::MachineHeadGroupBuilder::IDirectionBuilder | ( | ) |
Returns the i direction
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
double NXOpen::CAM::MachineHeadGroupBuilder::JDirectionBuilder | ( | ) |
Returns the j direction
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
double NXOpen::CAM::MachineHeadGroupBuilder::KDirectionBuilder | ( | ) |
Returns the k direction
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
void NXOpen::CAM::MachineHeadGroupBuilder::SetIDirectionBuilder | ( | double | iValue | ) |
Sets the i direction
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
iValue | the i direction value |
void NXOpen::CAM::MachineHeadGroupBuilder::SetJDirectionBuilder | ( | double | jValue | ) |
Sets the j direction
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
jValue | the j direction value |
void NXOpen::CAM::MachineHeadGroupBuilder::SetKDirectionBuilder | ( | double | kValue | ) |
Sets the k direction
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
kValue | the k direction value |
void NXOpen::CAM::MachineHeadGroupBuilder::SetXDistanceBuilder | ( | double | xValue | ) |
Sets the x distance
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
xValue | the x distance value |
void NXOpen::CAM::MachineHeadGroupBuilder::SetYDistanceBuilder | ( | double | yValue | ) |
Sets the y distance
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
yValue | the y distance value |
void NXOpen::CAM::MachineHeadGroupBuilder::SetZDistanceBuilder | ( | double | zValue | ) |
Sets the z distance
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
zValue | the z distance value |
double NXOpen::CAM::MachineHeadGroupBuilder::XDistanceBuilder | ( | ) |
Returns the x distance
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
double NXOpen::CAM::MachineHeadGroupBuilder::YDistanceBuilder | ( | ) |
Returns the y distance
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
double NXOpen::CAM::MachineHeadGroupBuilder::ZDistanceBuilder | ( | ) |
Returns the z distance
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")