|
NX Open C++ Reference Guide
|
Represents a MachineTurretGroup Builder
To create a new instance of this class, use CAM::NCGroupCollection::CreateMachineTurretGroupBuilder
Created in NX5.0.0.
More...
Public Types | |
| enum | MctTurrentWplTypes { MctTurrentWplTypesXy, MctTurrentWplTypesXz } |
| WorkPlane Type. More... | |
Public Member Functions | |
| NXOpen::CAM::InheritableTextBuilder * | CarrierName () |
| Returns the Carrier Name object(inheritable text) Created in NX6.0.0. | |
| NXString | ChannelName () |
| Returns the channel's name Created in NX7.5.0. | |
| NXString | MctTurrentId () |
| Returns the Mct Turrent ID Created in NX5.0.0. | |
| NXOpen::CartesianCoordinateSystem * | MctTurrentWpl () |
| Returns the mct turrent workplane | |
| NXOpen::CAM::MachineTurretGroupBuilder::MctTurrentWplTypes | MctTurrentWplType () |
| Returns the workplane type | |
| void | SetChannelName (const NXString &name) |
| Sets the channel's name Created in NX7.5.0. | |
| void | SetChannelName (const char *name) |
| Sets the channel's name Created in NX7.5.0. | |
| void | SetMctTurrentId (const NXString &mctTurrentID) |
| Sets the Mct Turrent ID Created in NX5.0.0. | |
| void | SetMctTurrentId (const char *mctTurrentID) |
| Sets the Mct Turrent ID Created in NX5.0.0. | |
| void | SetMctTurrentWpl (NXOpen::CartesianCoordinateSystem *mctTurrentWpl) |
| Sets the mct turrent workplane | |
| void | SetMctTurrentWplType (NXOpen::CAM::MachineTurretGroupBuilder::MctTurrentWplTypes mctTurrentWplType) |
| Sets the workplane type | |
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 MachineTurretGroup Builder
To create a new instance of this class, use CAM::NCGroupCollection::CreateMachineTurretGroupBuilder
Created in NX5.0.0.
| NXOpen::CAM::InheritableTextBuilder* NXOpen::CAM::MachineTurretGroupBuilder::CarrierName | ( | ) |
Returns the Carrier Name object(inheritable text)
Created in NX6.0.0.
License requirements : None
| NXString NXOpen::CAM::MachineTurretGroupBuilder::ChannelName | ( | ) |
Returns the channel's name
Created in NX7.5.0.
License requirements : None
| NXString NXOpen::CAM::MachineTurretGroupBuilder::MctTurrentId | ( | ) |
Returns the Mct Turrent ID
Created in NX5.0.0.
License requirements : None
| NXOpen::CartesianCoordinateSystem* NXOpen::CAM::MachineTurretGroupBuilder::MctTurrentWpl | ( | ) |
Returns the mct turrent workplane
None
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
| NXOpen::CAM::MachineTurretGroupBuilder::MctTurrentWplTypes NXOpen::CAM::MachineTurretGroupBuilder::MctTurrentWplType | ( | ) |
Returns the workplane type
None
Created in NX5.0.0.
License requirements : None
| void NXOpen::CAM::MachineTurretGroupBuilder::SetChannelName | ( | const NXString & | name | ) |
Sets the channel's name
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
| name | the channel's name |
| void NXOpen::CAM::MachineTurretGroupBuilder::SetChannelName | ( | const char * | name | ) |
Sets the channel's name
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
| name | the channel's name |
| void NXOpen::CAM::MachineTurretGroupBuilder::SetMctTurrentId | ( | const NXString & | mctTurrentID | ) |
Sets the Mct Turrent ID
Created in NX5.0.0.
License requirements : None
| mctTurrentID | the mct turrent id value |
| void NXOpen::CAM::MachineTurretGroupBuilder::SetMctTurrentId | ( | const char * | mctTurrentID | ) |
Sets the Mct Turrent ID
Created in NX5.0.0.
License requirements : None
| mctTurrentID | the mct turrent id value |
| void NXOpen::CAM::MachineTurretGroupBuilder::SetMctTurrentWpl | ( | NXOpen::CartesianCoordinateSystem * | mctTurrentWpl | ) |
Sets the mct turrent workplane
None
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
| mctTurrentWpl | the mct turrent wpl value |
| void NXOpen::CAM::MachineTurretGroupBuilder::SetMctTurrentWplType | ( | NXOpen::CAM::MachineTurretGroupBuilder::MctTurrentWplTypes | mctTurrentWplType | ) |
Sets the workplane type
None
Created in NX5.0.0.
License requirements : None
| mctTurrentWplType | mctturrentwpltype |