|
NX Open C++ Reference Guide
|
Represents a Tooling::ChangeoverManagementBuilder to support changeover workflow management. More...
Public Types | |
| enum | Types { TypesCreate, TypesManage } |
| Specifies the types of changeover management. More... | |
Public Member Functions | |
| bool | AddComponentsExclusively () |
| Returns the exclusive adding Created in NX8.0.0. | |
| void | AddToChangeover () |
| Add selected components to the selected changeover. | |
| NXString | ChangeoverName () |
| Returns the name of the to-be-created changeover. | |
| NXString | ClonedProductName () |
| Returns the name of the cloned product pack used to create a new changeover. | |
| void | DeleteArrangement (bool removeComponents) |
| Delete the selected changeover. | |
| NXString | NewChangeoverName () |
| Returns the new name of the selected changeover. | |
| void | RemoveFromChangeover () |
| Remove selected components from the selected changeover. | |
| void | RenameArrangement () |
| Rename the selected changeover. | |
| bool | RenameComponent () |
| Returns the option to rename the components of the to-be-created changeover. | |
| NXOpen::Assemblies::SelectComponentList * | SelectComponents () |
| Returns the selection of components to be added to or removed from a changeover. | |
| NXString | SelectedArrangementName () |
| Returns the name of the selected changeover arrangement. | |
| NXOpen::Assemblies::SelectComponent * | SelectProduct () |
| Returns the selection of product for which to create changeover. | |
| void | SetAddComponentsExclusively (bool addComponentsExclusively) |
| Sets the exclusive adding Created in NX8.0.0. | |
| void | SetChangeoverName (const NXString &changeoverName) |
| Sets the name of the to-be-created changeover. | |
| void | SetChangeoverName (const char *changeoverName) |
| Sets the name of the to-be-created changeover. | |
| void | SetClonedProductName (const NXString &clonedProductName) |
| Sets the name of the cloned product pack used to create a new changeover. | |
| void | SetClonedProductName (const char *clonedProductName) |
| Sets the name of the cloned product pack used to create a new changeover. | |
| void | SetNewChangeoverName (const NXString &newChangeoverName) |
| Sets the new name of the selected changeover. | |
| void | SetNewChangeoverName (const char *newChangeoverName) |
| Sets the new name of the selected changeover. | |
| void | SetRenameComponent (bool renameComponent) |
| Sets the option to rename the components of the to-be-created changeover. | |
| void | SetSelectedArrangementName (const NXString &arrangementName) |
| Sets the name of the selected changeover arrangement. | |
| void | SetSelectedArrangementName (const char *arrangementName) |
| Sets the name of the selected changeover arrangement. | |
| void | SetType (NXOpen::Tooling::ChangeoverManagementBuilder::Types type) |
| Sets the type of changeover management. | |
| NXOpen::Tooling::ChangeoverManagementBuilder::Types | Type () |
| Returns the type of changeover management. | |
| void | UseArrangement () |
| Set the selected changeover as current used one. | |
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 Tooling::ChangeoverManagementBuilder to support changeover workflow management.
To create a new instance of this class, use Tooling::WorkflowManagementCollection::CreateChangeoverManagementBuilder
Default values.
| Property | Value |
|---|---|
|
AddComponentsExclusively |
0 |
|
RenameComponent |
0 |
Created in NX8.0.0.
| bool NXOpen::Tooling::ChangeoverManagementBuilder::AddComponentsExclusively | ( | ) |
Returns the exclusive adding
Created in NX8.0.0.
License requirements : None
| void NXOpen::Tooling::ChangeoverManagementBuilder::AddToChangeover | ( | ) |
Add selected components to the selected changeover.
Created in NX8.0.0.
License requirements : None
| NXString NXOpen::Tooling::ChangeoverManagementBuilder::ChangeoverName | ( | ) |
Returns the name of the to-be-created changeover.
Created in NX8.0.0.
License requirements : None
| NXString NXOpen::Tooling::ChangeoverManagementBuilder::ClonedProductName | ( | ) |
Returns the name of the cloned product pack used to create a new changeover.
Created in NX8.0.0.
License requirements : None
| void NXOpen::Tooling::ChangeoverManagementBuilder::DeleteArrangement | ( | bool | removeComponents | ) |
Delete the selected changeover.
Created in NX8.0.0.
License requirements : None
| removeComponents | removecomponents |
| NXString NXOpen::Tooling::ChangeoverManagementBuilder::NewChangeoverName | ( | ) |
Returns the new name of the selected changeover.
Created in NX8.0.0.
License requirements : None
| void NXOpen::Tooling::ChangeoverManagementBuilder::RemoveFromChangeover | ( | ) |
Remove selected components from the selected changeover.
Created in NX8.0.0.
License requirements : None
| void NXOpen::Tooling::ChangeoverManagementBuilder::RenameArrangement | ( | ) |
Rename the selected changeover.
Created in NX8.0.0.
License requirements : None
| bool NXOpen::Tooling::ChangeoverManagementBuilder::RenameComponent | ( | ) |
Returns the option to rename the components of the to-be-created changeover.
Created in NX8.0.0.
License requirements : None
| NXOpen::Assemblies::SelectComponentList* NXOpen::Tooling::ChangeoverManagementBuilder::SelectComponents | ( | ) |
Returns the selection of components to be added to or removed from a changeover.
Created in NX8.0.0.
License requirements : None
| NXString NXOpen::Tooling::ChangeoverManagementBuilder::SelectedArrangementName | ( | ) |
Returns the name of the selected changeover arrangement.
Created in NX8.0.0.
License requirements : None
| NXOpen::Assemblies::SelectComponent* NXOpen::Tooling::ChangeoverManagementBuilder::SelectProduct | ( | ) |
Returns the selection of product for which to create changeover.
Created in NX8.0.0.
License requirements : None
| void NXOpen::Tooling::ChangeoverManagementBuilder::SetAddComponentsExclusively | ( | bool | addComponentsExclusively | ) |
Sets the exclusive adding
Created in NX8.0.0.
License requirements : None
| addComponentsExclusively | addcomponentsexclusively |
| void NXOpen::Tooling::ChangeoverManagementBuilder::SetChangeoverName | ( | const NXString & | changeoverName | ) |
Sets the name of the to-be-created changeover.
Created in NX8.0.0.
License requirements : None
| changeoverName | changeovername |
| void NXOpen::Tooling::ChangeoverManagementBuilder::SetChangeoverName | ( | const char * | changeoverName | ) |
Sets the name of the to-be-created changeover.
Created in NX8.0.0.
License requirements : None
| changeoverName | changeovername |
| void NXOpen::Tooling::ChangeoverManagementBuilder::SetClonedProductName | ( | const NXString & | clonedProductName | ) |
Sets the name of the cloned product pack used to create a new changeover.
Created in NX8.0.0.
License requirements : None
| clonedProductName | clonedproductname |
| void NXOpen::Tooling::ChangeoverManagementBuilder::SetClonedProductName | ( | const char * | clonedProductName | ) |
Sets the name of the cloned product pack used to create a new changeover.
Created in NX8.0.0.
License requirements : None
| clonedProductName | clonedproductname |
| void NXOpen::Tooling::ChangeoverManagementBuilder::SetNewChangeoverName | ( | const NXString & | newChangeoverName | ) |
Sets the new name of the selected changeover.
Created in NX8.0.0.
License requirements : None
| newChangeoverName | newchangeovername |
| void NXOpen::Tooling::ChangeoverManagementBuilder::SetNewChangeoverName | ( | const char * | newChangeoverName | ) |
Sets the new name of the selected changeover.
Created in NX8.0.0.
License requirements : None
| newChangeoverName | newchangeovername |
| void NXOpen::Tooling::ChangeoverManagementBuilder::SetRenameComponent | ( | bool | renameComponent | ) |
Sets the option to rename the components of the to-be-created changeover.
Created in NX8.0.0.
License requirements : None
| renameComponent | renamecomponent |
| void NXOpen::Tooling::ChangeoverManagementBuilder::SetSelectedArrangementName | ( | const NXString & | arrangementName | ) |
Sets the name of the selected changeover arrangement.
Created in NX8.0.0.
License requirements : None
| arrangementName | arrangementname |
| void NXOpen::Tooling::ChangeoverManagementBuilder::SetSelectedArrangementName | ( | const char * | arrangementName | ) |
Sets the name of the selected changeover arrangement.
Created in NX8.0.0.
License requirements : None
| arrangementName | arrangementname |
| void NXOpen::Tooling::ChangeoverManagementBuilder::SetType | ( | NXOpen::Tooling::ChangeoverManagementBuilder::Types | type | ) |
Sets the type of changeover management.
Created in NX8.0.0.
License requirements : None
| type | type |
| NXOpen::Tooling::ChangeoverManagementBuilder::Types NXOpen::Tooling::ChangeoverManagementBuilder::Type | ( | ) |
Returns the type of changeover management.
Created in NX8.0.0.
License requirements : None
| void NXOpen::Tooling::ChangeoverManagementBuilder::UseArrangement | ( | ) |
Set the selected changeover as current used one.
Created in NX8.0.0.
License requirements : None