|
NX Open C++ Reference Guide
|
Represents a OrientGeom Builder
This is an abstract class, and cannot be instantiated.
More...
Public Types | |
| 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::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. | |
Public Member Functions inherited from NXOpen::CAM::NCGroupBuilder | |
| 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. | |
Public Member Functions inherited from NXOpen::CAM::ParamBuilder | |
| 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. | |
Public Member Functions inherited from NXOpen::Builder | |
| 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. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents a OrientGeom Builder
This is an abstract class, and cannot be instantiated.
Created in NX5.0.0.
The special output mode options
Created in NX5.0.0.
| NXOpen::CAM::InheritableIntBuilder* NXOpen::CAM::OrientGeomBuilder::FixtureOffsetBuilder | ( | ) |
Returns the Fixture Offset builder
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
| NXOpen::CAM::OrientGeomBuilder::CsysPurposeModes NXOpen::CAM::OrientGeomBuilder::GetCsysPurposeMode | ( | ) |
Returns the CSYS purpose.
| NXOpen::CAM::OrientGeomBuilder::SpecialOutputModes NXOpen::CAM::OrientGeomBuilder::GetSpecialOutputMode | ( | ) |
Returns the Special Output.
| NXOpen::CAM::OrientGeomBuilder::ToolAxisModes NXOpen::CAM::OrientGeomBuilder::GetToolAxisMode | ( | ) |
Returns the tool axis mode.
| NXOpen::CAM::LayoutCiBuilder* NXOpen::CAM::OrientGeomBuilder::LayoutCiBuilder | ( | ) |
Returns the Save Layer/Layout builder
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
| bool NXOpen::CAM::OrientGeomBuilder::LinkRcsToMcs | ( | ) |
Returns the link RCS to MCS
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
| NXOpen::CartesianCoordinateSystem* NXOpen::CAM::OrientGeomBuilder::Mcs | ( | ) |
Returns the MCS
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
| NXOpen::CartesianCoordinateSystem* NXOpen::CAM::OrientGeomBuilder::Rcs | ( | ) |
Returns the RCS
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
| void NXOpen::CAM::OrientGeomBuilder::SetCsysPurposeMode | ( | NXOpen::CAM::OrientGeomBuilder::CsysPurposeModes | csysPurposeMode | ) |
Sets the CSYS purpose
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
| csysPurposeMode | the CSYS purpose mode |
| void NXOpen::CAM::OrientGeomBuilder::SetLinkRcsToMcs | ( | bool | linkRcsToMcs | ) |
Sets the link RCS to MCS
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
| linkRcsToMcs | the link RCS to MCS value |
| void NXOpen::CAM::OrientGeomBuilder::SetMcs | ( | NXOpen::CartesianCoordinateSystem * | mcs | ) |
Sets the MCS
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
| mcs | the MCS |
| void NXOpen::CAM::OrientGeomBuilder::SetRcs | ( | NXOpen::CartesianCoordinateSystem * | rcs | ) |
Sets the RCS
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
| rcs | the MCS |
| void NXOpen::CAM::OrientGeomBuilder::SetSpecialOutputMode | ( | NXOpen::CAM::OrientGeomBuilder::SpecialOutputModes | specialOutputMode | ) |
Sets the Special Output
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
| specialOutputMode | the special output mode |
| void NXOpen::CAM::OrientGeomBuilder::SetToolAxisMode | ( | NXOpen::CAM::OrientGeomBuilder::ToolAxisModes | toolAxisMode | ) |
Sets the tool axis mode
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
| toolAxisMode | the integer value |
| void NXOpen::CAM::OrientGeomBuilder::SetToolAxisVector | ( | NXOpen::NXObject * | toolAxisVector | ) |
Sets the tool axis vector
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
| toolAxisVector | the vector tag |
| NXOpen::NXObject* NXOpen::CAM::OrientGeomBuilder::ToolAxisVector | ( | ) |
Returns the tool axis vector
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")