NXOpen .NET Reference  12.0.0
Public Member Functions | Properties | List of all members
NXOpen.Assemblies.ProductOutlineManager Class Reference

Represents a collection of assemblies. More...

Inheritance diagram for NXOpen.Assemblies.ProductOutlineManager:

Public Member Functions

unsafe
NXOpen.Assemblies.ProductOutlineBuilder 
CreateProductOutlineBuilder ()
 Creates a NXOpen.Assemblies.ProductOutlineBuilder . More...
 
unsafe void ShowProductOutline (bool isShow)
 Controls the visibility of already defined product outline. More...
 
unsafe void ShowSelectableProductOutline (bool isSelectable)
 Controls the visibility and selectability of already defined product outline. More...
 

Properties

Tag Tag [get]
 Returns the tag of this object. More...
 
unsafe bool IsProductOutlineDefined [get]
 Returns the status of the product outline. More...
 

Detailed Description

Represents a collection of assemblies.

Input to this class can be PSM facet objects.

To obtain an instance of this class, refer to NXOpen.BasePart

Created in NX6.0.0

Member Function Documentation

unsafe NXOpen.Assemblies.ProductOutlineBuilder NXOpen.Assemblies.ProductOutlineManager.CreateProductOutlineBuilder ( )

Creates a NXOpen.Assemblies.ProductOutlineBuilder .

Gives access to the attributes of the Product Outline

Created in NX6.0.0

License requirements: adv_assemblies ("ADVANCED ASSEMBLIES")

Returns
unsafe 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.
unsafe 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.

Property Documentation

unsafe bool NXOpen.Assemblies.ProductOutlineManager.IsProductOutlineDefined
get

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.

Tag NXOpen.Assemblies.ProductOutlineManager.Tag
get

Returns the tag of this object.


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