NX Open C++ Reference Guide
|
Represents a MachinePocketGroup Builder
To create a new instance of this class, use CAM::NCGroupCollection::CreateMachinePocketGroupBuilder
Created in NX5.0.0.
More...
Public Types | |
enum | RegisterType { RegisterTypeSameAsPocketId, RegisterTypeSpecify } |
the register type More... | |
Public Member Functions | |
NXOpen::CAM::InheritableIntBuilder * | AdjustIdBuilder () |
Returns the adjust id Created in NX6.0.0. | |
NXOpen::CAM::MachinePocketGroupBuilder::RegisterType | AdjustRegisterType () |
Returns the adjust register type | |
NXString | ChannelName () |
Returns the channel's name Created in NX7.5.0. | |
NXOpen::CAM::HoldingSystemBuilder * | CreateHoldingSystemBuilder (int position, const NXString &name) |
Creates a new holding system builder. | |
NXOpen::CAM::HoldingSystemBuilder * | CreateHoldingSystemBuilder (int position, const char *name) |
Creates a new holding system builder. | |
NXOpen::CAM::InheritableIntBuilder * | CutcomIdBuilder () |
Returns the cutcom id Created in NX6.0.0. | |
NXOpen::CAM::MachinePocketGroupBuilder::RegisterType | CutcomRegisterType () |
Returns the cutcom register type | |
NXOpen::CAM::HoldingSystemBuilderList * | HoldingSystemsList () |
Returns the holding systems list Created in NX6.0.0. | |
int | NumberOfTools () |
Returns the number of tools Created in NX8.5.0. | |
NXOpen::CAM::InheritableIntBuilder * | PocketIdBuilder () |
Returns the pocket id Created in NX5.0.0. | |
NXOpen::CAM::InheritableTextBuilder * | PocketIdStringBuilder () |
Returns the pocket id in string Created in NX8.5.0. | |
void | SetAdjustRegisterType (NXOpen::CAM::MachinePocketGroupBuilder::RegisterType type) |
Sets the adjust register 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 | SetCutcomRegisterType (NXOpen::CAM::MachinePocketGroupBuilder::RegisterType type) |
Sets the cutcom register type | |
void | SetNumberOfTools (int numTools) |
Sets the number of tools Created in NX8.5.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 MachinePocketGroup Builder
To create a new instance of this class, use CAM::NCGroupCollection::CreateMachinePocketGroupBuilder
Created in NX5.0.0.
the register type
This CAM::MachinePocketGroupBuilder::RegisterType is no longer supported.
NXOpen::CAM::InheritableIntBuilder* NXOpen::CAM::MachinePocketGroupBuilder::AdjustIdBuilder | ( | ) |
Returns the adjust id
Created in NX6.0.0.
License requirements : None
NXOpen::CAM::MachinePocketGroupBuilder::RegisterType NXOpen::CAM::MachinePocketGroupBuilder::AdjustRegisterType | ( | ) |
Returns the adjust register type
Use CAM::MachinePocketGroupBuilder::AdjustIdBuilder and CAM::MachinePocketGroupBuilder::SetAdjustIdBuilder instead.
Created in NX6.0.0.
License requirements : None
NXString NXOpen::CAM::MachinePocketGroupBuilder::ChannelName | ( | ) |
Returns the channel's name
Created in NX7.5.0.
License requirements : None
NXOpen::CAM::HoldingSystemBuilder* NXOpen::CAM::MachinePocketGroupBuilder::CreateHoldingSystemBuilder | ( | int | position, |
const NXString & | name | ||
) |
Creates a new holding system builder.
position | position |
name | Holding system name NOTE: The full Unicode character set is not supported for this parameter. |
NXOpen::CAM::HoldingSystemBuilder* NXOpen::CAM::MachinePocketGroupBuilder::CreateHoldingSystemBuilder | ( | int | position, |
const char * | name | ||
) |
Creates a new holding system builder.
position | position |
name | Holding system name NOTE: The full Unicode character set is not supported for this parameter. |
NXOpen::CAM::InheritableIntBuilder* NXOpen::CAM::MachinePocketGroupBuilder::CutcomIdBuilder | ( | ) |
Returns the cutcom id
Created in NX6.0.0.
License requirements : None
NXOpen::CAM::MachinePocketGroupBuilder::RegisterType NXOpen::CAM::MachinePocketGroupBuilder::CutcomRegisterType | ( | ) |
Returns the cutcom register type
Use CAM::MachinePocketGroupBuilder::CutcomIdBuilder and CAM::MachinePocketGroupBuilder::SetCutcomIdBuilder instead.
Created in NX6.0.0.
License requirements : None
NXOpen::CAM::HoldingSystemBuilderList* NXOpen::CAM::MachinePocketGroupBuilder::HoldingSystemsList | ( | ) |
Returns the holding systems list
Created in NX6.0.0.
License requirements : None
int NXOpen::CAM::MachinePocketGroupBuilder::NumberOfTools | ( | ) |
Returns the number of tools
Created in NX8.5.0.
License requirements : None
NXOpen::CAM::InheritableIntBuilder* NXOpen::CAM::MachinePocketGroupBuilder::PocketIdBuilder | ( | ) |
Returns the pocket id
Created in NX5.0.0.
License requirements : None
NXOpen::CAM::InheritableTextBuilder* NXOpen::CAM::MachinePocketGroupBuilder::PocketIdStringBuilder | ( | ) |
Returns the pocket id in string
Created in NX8.5.0.
License requirements : None
void NXOpen::CAM::MachinePocketGroupBuilder::SetAdjustRegisterType | ( | NXOpen::CAM::MachinePocketGroupBuilder::RegisterType | type | ) |
Sets the adjust register type
Use CAM::MachinePocketGroupBuilder::AdjustIdBuilder and CAM::MachinePocketGroupBuilder::SetAdjustIdBuilder instead.
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
type | type |
void NXOpen::CAM::MachinePocketGroupBuilder::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::MachinePocketGroupBuilder::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::MachinePocketGroupBuilder::SetCutcomRegisterType | ( | NXOpen::CAM::MachinePocketGroupBuilder::RegisterType | type | ) |
Sets the cutcom register type
Use CAM::MachinePocketGroupBuilder::CutcomIdBuilder and CAM::MachinePocketGroupBuilder::SetCutcomIdBuilder instead.
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
type | type |
void NXOpen::CAM::MachinePocketGroupBuilder::SetNumberOfTools | ( | int | numTools | ) |
Sets the number of tools
Created in NX8.5.0.
License requirements : cam_base ("CAM BASE")
numTools | the number of tools |