NX Open C++ Reference Guide
|
Represents a MillOrientGeom Builder
To create a new instance of this class, use CAM::NCGroupCollection::CreateMillOrientGeomBuilder
Created in NX5.0.0.
More...
Public Types | |
enum | LowerLimitModes { LowerLimitModesNone, LowerLimitModesPlane } |
The lower limit mode options Created in NX5.0.0. More... | |
![]() | |
enum | CsysPurposeModes { CsysPurposeModesLocal, CsysPurposeModesMain } |
The CSYS purpose mode options Created in NX5.0.0. More... | |
enum | SpecialOutputModes { SpecialOutputModesNone, SpecialOutputModesUseMainMcs, SpecialOutputModesFixtureOffset, SpecialOutputModesCsysRotation } |
The special output mode options Created in NX5.0.0. More... | |
enum | ToolAxisModes { ToolAxisModesPositiveZOfMcs, ToolAxisModesFixedAxis, ToolAxisModesAllAxes } |
the tool axis mode options More... | |
Public Member Functions | |
NXOpen::CAM::MillOrientGeomBuilder::LowerLimitModes | GetLowerLimitMode () |
Returns the lower limit mode. | |
NXOpen::NXObject * | LowerLimitPlane () |
Returns the lower limit plane,plane entity type covers Xform and Plane Created in NX5.0.0. | |
void | SetLowerLimitMode (NXOpen::CAM::MillOrientGeomBuilder::LowerLimitModes lowerLimitMode) |
Sets the lower limit mode Created in NX5.0.0. | |
void | SetLowerLimitPlane (NXOpen::NXObject *lowerLimitPlane) |
Sets the lower limit plane,plane entity type covers Xform and Plane Created in NX5.0.0. | |
NXOpen::CAM::NcmAvoidancePointBuilder * | TransferAvoidanceFromBuilder () |
Returns the from point builder Created in NX5.0.0. | |
NXOpen::CAM::NcmAvoidancePointBuilder * | TransferAvoidanceGohomeBuilder () |
Returns the gohome point builder Created in NX5.0.0. | |
NXOpen::CAM::NcmAvoidancePointBuilder * | TransferAvoidanceReturnBuilder () |
Returns the return point builder Created in NX5.0.0. | |
NXOpen::CAM::NcmAvoidancePointBuilder * | TransferAvoidanceStartBuilder () |
Returns the start point builder Created in NX5.0.0. | |
NXOpen::CAM::NcmClearanceBuilder * | TransferClearanceBuilder () |
Returns the clearance builder (inheritable tool dep) Created in NX5.0.0. | |
![]() | |
NXOpen::CAM::InheritableIntBuilder * | FixtureOffsetBuilder () |
Returns the Fixture Offset builder Created in NX5.0.0. | |
NXOpen::CAM::OrientGeomBuilder::CsysPurposeModes | GetCsysPurposeMode () |
Returns the CSYS purpose. | |
NXOpen::CAM::OrientGeomBuilder::SpecialOutputModes | GetSpecialOutputMode () |
Returns the Special Output. | |
NXOpen::CAM::OrientGeomBuilder::ToolAxisModes | GetToolAxisMode () |
Returns the tool axis mode. | |
NXOpen::CAM::LayoutCiBuilder * | LayoutCiBuilder () |
Returns the Save Layer/Layout builder Created in NX5.0.0. | |
bool | LinkRcsToMcs () |
Returns the link RCS to MCS Created in NX5.0.0. | |
NXOpen::CartesianCoordinateSystem * | Mcs () |
Returns the MCS Created in NX5.0.0. | |
NXOpen::CartesianCoordinateSystem * | Rcs () |
Returns the RCS Created in NX5.0.0. | |
void | SetCsysPurposeMode (NXOpen::CAM::OrientGeomBuilder::CsysPurposeModes csysPurposeMode) |
Sets the CSYS purpose Created in NX5.0.0. | |
void | SetLinkRcsToMcs (bool linkRcsToMcs) |
Sets the link RCS to MCS Created in NX5.0.0. | |
void | SetMcs (NXOpen::CartesianCoordinateSystem *mcs) |
Sets the MCS Created in NX5.0.0. | |
void | SetRcs (NXOpen::CartesianCoordinateSystem *rcs) |
Sets the RCS Created in NX5.0.0. | |
void | SetSpecialOutputMode (NXOpen::CAM::OrientGeomBuilder::SpecialOutputModes specialOutputMode) |
Sets the Special Output Created in NX5.0.0. | |
void | SetToolAxisMode (NXOpen::CAM::OrientGeomBuilder::ToolAxisModes toolAxisMode) |
Sets the tool axis mode Created in NX5.0.0. | |
void | SetToolAxisVector (NXOpen::NXObject *toolAxisVector) |
Sets the tool axis vector Created in NX5.0.0. | |
NXOpen::NXObject * | ToolAxisVector () |
Returns the tool axis vector 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. | |
Represents a MillOrientGeom Builder
To create a new instance of this class, use CAM::NCGroupCollection::CreateMillOrientGeomBuilder
Created in NX5.0.0.
The lower limit mode options
Created in NX5.0.0.
LowerLimitModesNone |
lower limit mode: None |
LowerLimitModesPlane |
lower limit mode: Plane |
NXOpen::CAM::MillOrientGeomBuilder::LowerLimitModes NXOpen::CAM::MillOrientGeomBuilder::GetLowerLimitMode | ( | ) |
Returns the lower limit mode.
NXOpen::NXObject* NXOpen::CAM::MillOrientGeomBuilder::LowerLimitPlane | ( | ) |
void NXOpen::CAM::MillOrientGeomBuilder::SetLowerLimitMode | ( | NXOpen::CAM::MillOrientGeomBuilder::LowerLimitModes | lowerLimitMode | ) |
Sets the lower limit mode
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
lowerLimitMode | the lower limit mode |
void NXOpen::CAM::MillOrientGeomBuilder::SetLowerLimitPlane | ( | NXOpen::NXObject * | lowerLimitPlane | ) |
NXOpen::CAM::NcmAvoidancePointBuilder* NXOpen::CAM::MillOrientGeomBuilder::TransferAvoidanceFromBuilder | ( | ) |
Returns the from point builder
Created in NX5.0.0.
License requirements : None
NXOpen::CAM::NcmAvoidancePointBuilder* NXOpen::CAM::MillOrientGeomBuilder::TransferAvoidanceGohomeBuilder | ( | ) |
Returns the gohome point builder
Created in NX5.0.0.
License requirements : None
NXOpen::CAM::NcmAvoidancePointBuilder* NXOpen::CAM::MillOrientGeomBuilder::TransferAvoidanceReturnBuilder | ( | ) |
Returns the return point builder
Created in NX5.0.0.
License requirements : None
NXOpen::CAM::NcmAvoidancePointBuilder* NXOpen::CAM::MillOrientGeomBuilder::TransferAvoidanceStartBuilder | ( | ) |
Returns the start point builder
Created in NX5.0.0.
License requirements : None
NXOpen::CAM::NcmClearanceBuilder* NXOpen::CAM::MillOrientGeomBuilder::TransferClearanceBuilder | ( | ) |
Returns the clearance builder (inheritable tool dep)
Created in NX5.0.0.
License requirements : None