NX Open C++ Reference Guide
|
Represents the manager for the various collaborative design contents and this class is usable only when NX is running in managed mode. More...
Public Member Functions | |
NXOpen::CollaborativeDesignCollection * | CollaborativeDesigns () |
Returns the CollaborativeDesignCollection belonging to the CollaborativeContentManager. | |
NXOpen::Assemblies::DesignElementBuilder * | CreateDesignElementBuilder (NXOpen::Part *workset, NXOpen::Assemblies::DesignElementBuilder::OperationType operation) |
Creates a Assemblies::DesignElementBuilder for creating or revising design elements. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents the manager for the various collaborative design contents and this class is usable only when NX is running in managed mode.
An instance of this class can be obtained from the Session .
To obtain an instance of this class, refer to Session
Created in NX8.5.0.
NXOpen::CollaborativeDesignCollection* NXOpen::CollaborativeContentManager::CollaborativeDesigns | ( | ) |
Returns the CollaborativeDesignCollection belonging to the CollaborativeContentManager.
Created in NX8.5.0.
NXOpen::Assemblies::DesignElementBuilder* NXOpen::CollaborativeContentManager::CreateDesignElementBuilder | ( | NXOpen::Part * | workset, |
NXOpen::Assemblies::DesignElementBuilder::OperationType | operation | ||
) |
Creates a Assemblies::DesignElementBuilder for creating or revising design elements.
workset | workset |
operation | operation |
tag_t NXOpen::CollaborativeContentManager::Tag | ( | ) | const |
Returns the tag of this object.