NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::Tooling::ChangeoverManagementBuilder Class Reference

Represents a NXOpen::Tooling::ChangeoverManagementBuilder to support changeover workflow management. More...

Inheritance diagram for NXOpen::Tooling::ChangeoverManagementBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

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. More...
 
void AddToChangeover ()
 Add selected components to the selected changeover. More...
 
NXString ChangeoverName ()
 Returns the name of the to-be-created changeover. More...
 
NXString ClonedProductName ()
 Returns the name of the cloned product pack used to create a new changeover. More...
 
void DeleteArrangement (bool removeComponents)
 Delete the selected changeover. More...
 
NXString NewChangeoverName ()
 Returns the new name of the selected changeover. More...
 
void RemoveFromChangeover ()
 Remove selected components from the selected changeover. More...
 
void RenameArrangement ()
 Rename the selected changeover. More...
 
bool RenameComponent ()
 Returns the option to rename the components of the to-be-created changeover. More...
 
NXOpen::Assemblies::SelectComponentListSelectComponents ()
 Returns the selection of components to be added to or removed from a changeover. More...
 
NXString SelectedArrangementName ()
 Returns the name of the selected changeover arrangement. More...
 
NXOpen::Assemblies::SelectComponentSelectProduct ()
 Returns the selection of product for which to create changeover. More...
 
void SetAddComponentsExclusively (bool addComponentsExclusively)
 Sets the exclusive adding
Created in NX8.0.0. More...
 
void SetChangeoverName (const NXString &changeoverName)
 Sets the name of the to-be-created changeover. More...
 
void SetChangeoverName (const char *changeoverName)
 Sets the name of the to-be-created changeover. More...
 
void SetClonedProductName (const NXString &clonedProductName)
 Sets the name of the cloned product pack used to create a new changeover. More...
 
void SetClonedProductName (const char *clonedProductName)
 Sets the name of the cloned product pack used to create a new changeover. More...
 
void SetNewChangeoverName (const NXString &newChangeoverName)
 Sets the new name of the selected changeover. More...
 
void SetNewChangeoverName (const char *newChangeoverName)
 Sets the new name of the selected changeover. More...
 
void SetRenameComponent (bool renameComponent)
 Sets the option to rename the components of the to-be-created changeover. More...
 
void SetSelectedArrangementName (const NXString &arrangementName)
 Sets the name of the selected changeover arrangement. More...
 
void SetSelectedArrangementName (const char *arrangementName)
 Sets the name of the selected changeover arrangement. More...
 
void SetType (NXOpen::Tooling::ChangeoverManagementBuilder::Types type)
 Sets the type of changeover management. More...
 
NXOpen::Tooling::ChangeoverManagementBuilder::Types Type ()
 Returns the type of changeover management. More...
 
void UseArrangement ()
 Set the selected changeover as current used one. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a NXOpen::Tooling::ChangeoverManagementBuilder to support changeover workflow management.


To create a new instance of this class, use NXOpen::Tooling::WorkflowManagementCollection::CreateChangeoverManagementBuilder
Default values.

Property Value

AddComponentsExclusively

0

RenameComponent

0


Created in NX8.0.0.

Member Enumeration Documentation

Specifies the types of changeover management.

Enumerator
TypesCreate 

the create mode

TypesManage 

the manage mode

Member Function Documentation

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

Parameters
removeComponentsremovecomponents
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

Parameters
addComponentsExclusivelyaddcomponentsexclusively
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

Parameters
changeoverNamechangeovername
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

Parameters
changeoverNamechangeovername
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

Parameters
clonedProductNameclonedproductname
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

Parameters
clonedProductNameclonedproductname
void NXOpen::Tooling::ChangeoverManagementBuilder::SetNewChangeoverName ( const NXString newChangeoverName)

Sets the new name of the selected changeover.


Created in NX8.0.0.

License requirements : None

Parameters
newChangeoverNamenewchangeovername
void NXOpen::Tooling::ChangeoverManagementBuilder::SetNewChangeoverName ( const char *  newChangeoverName)

Sets the new name of the selected changeover.


Created in NX8.0.0.

License requirements : None

Parameters
newChangeoverNamenewchangeovername
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

Parameters
renameComponentrenamecomponent
void NXOpen::Tooling::ChangeoverManagementBuilder::SetSelectedArrangementName ( const NXString arrangementName)

Sets the name of the selected changeover arrangement.


Created in NX8.0.0.

License requirements : None

Parameters
arrangementNamearrangementname
void NXOpen::Tooling::ChangeoverManagementBuilder::SetSelectedArrangementName ( const char *  arrangementName)

Sets the name of the selected changeover arrangement.


Created in NX8.0.0.

License requirements : None

Parameters
arrangementNamearrangementname
void NXOpen::Tooling::ChangeoverManagementBuilder::SetType ( NXOpen::Tooling::ChangeoverManagementBuilder::Types  type)

Sets the type of changeover management.


Created in NX8.0.0.

License requirements : None

Parameters
typetype
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


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.