NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::Assemblies::ProductOutlineManager Class Reference

Represents a collection of assemblies
To obtain an instance of this class, refer to NXOpen::BasePart

Created in NX6.0.0. More...

Public Member Functions

NXOpen::Assemblies::ProductOutlineBuilderCreateProductOutlineBuilder ()
 Creates a NXOpen::Assemblies::ProductOutlineBuilder . More...
 
bool IsProductOutlineDefined ()
 Returns the status of the product outline. More...
 
void ShowProductOutline (bool isShow)
 Controls the visibility of already defined product outline. More...
 
void ShowSelectableProductOutline (bool isSelectable)
 Controls the visibility and selectability of already defined product outline. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a collection of assemblies
To obtain an instance of this class, refer to NXOpen::BasePart

Created in NX6.0.0.


Member Function Documentation

NXOpen::Assemblies::ProductOutlineBuilder* NXOpen::Assemblies::ProductOutlineManager::CreateProductOutlineBuilder ( )

Creates a NXOpen::Assemblies::ProductOutlineBuilder .

Gives access to the attributes of the Product Outline

Returns

Created in NX6.0.0.

License requirements : adv_assemblies ("ADVANCED ASSEMBLIES")
bool NXOpen::Assemblies::ProductOutlineManager::IsProductOutlineDefined ( )

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")

Parameters
isShowFlag 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")

Parameters
isSelectableFlag 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.


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