NX Open C++ Reference Guide
|
Represents a collection of assemblies
To obtain an instance of this class, refer to BasePart
Created in NX6.0.0.
More...
Public Member Functions | |
NXOpen::Assemblies::ProductOutlineBuilder * | CreateProductOutlineBuilder () |
Creates a Assemblies::ProductOutlineBuilder . | |
bool | IsProductOutlineDefined () |
Returns the status of the product outline. | |
void | ShowProductOutline (bool isShow) |
Controls the visibility of already defined product outline. | |
void | ShowSelectableProductOutline (bool isSelectable) |
Controls the visibility and selectability of already defined product outline. | |
tag_t | Tag () const |
Returns the tag of this object. |
Represents a collection of assemblies
To obtain an instance of this class, refer to BasePart
Created in NX6.0.0.
NXOpen::Assemblies::ProductOutlineBuilder* NXOpen::Assemblies::ProductOutlineManager::CreateProductOutlineBuilder | ( | ) |
Creates a Assemblies::ProductOutlineBuilder .
Gives access to the attributes of the Product Outline
Returns the status of the product outline.
If the product outline is already defined, it returns "true", else returns "false".
Created in NX6.0.0.
License requirements : None
void NXOpen::Assemblies::ProductOutlineManager::ShowProductOutline | ( | bool | isShow | ) |
Controls the visibility of already defined product outline.
Supply true to show the Product Outline, or false to hide the Product Outline.
Created in NX6.0.0.
License requirements : adv_assemblies ("ADVANCED ASSEMBLIES")
isShow | Flag to make the product Outline selectable or unselectable. If "true" the Product outline is made selectable. |
void NXOpen::Assemblies::ProductOutlineManager::ShowSelectableProductOutline | ( | bool | isSelectable | ) |
Controls the visibility and selectability of already defined product outline.
Supply true to show the selectable Product Outline, or false to hide the Product Outline.
Created in NX6.0.0.
License requirements : adv_assemblies ("ADVANCED ASSEMBLIES")
isSelectable | Flag to make the product Outline selectable or unselectable. If "true" the Product outline is made selectable. |
tag_t NXOpen::Assemblies::ProductOutlineManager::Tag | ( | ) | const |
Returns the tag of this object.