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 Created in NX5.0.0. | |
NXOpen::CAM::MachineTurretGroupBuilder::MctTurrentWplTypes | MctTurrentWplType () |
Returns the workplane type Created in NX5.0.0. | |
void | SetChannelName (const NXString &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 | SetMctTurrentWpl (NXOpen::CartesianCoordinateSystem *mctTurrentWpl) |
Sets the mct turrent workplane Created in NX5.0.0. | |
void | SetMctTurrentWplType (NXOpen::CAM::MachineTurretGroupBuilder::MctTurrentWplTypes mctTurrentWplType) |
Sets the workplane type Created in NX5.0.0. |
Represents a MachineTurretGroup Builder
To create a new instance of this class, use CAM::NCGroupCollection::CreateMachineTurretGroupBuilder
Created in NX5.0.0.
Returns the Carrier Name object(inheritable text)
Created in NX6.0.0.
License requirements : None
Returns the channel's name
Created in NX7.5.0.
License requirements : None
Returns the Mct Turrent ID
Created in NX5.0.0.
License requirements : None
Returns the mct turrent workplane
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
NXOpen::CAM::MachineTurretGroupBuilder::MctTurrentWplTypes NXOpen::CAM::MachineTurretGroupBuilder::MctTurrentWplType | ( | ) |
Returns the workplane type
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::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::SetMctTurrentWpl | ( | NXOpen::CartesianCoordinateSystem * | mctTurrentWpl | ) |
Sets the mct turrent workplane
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
Created in NX5.0.0.
License requirements : None
mctTurrentWplType | mctturrentwpltype |