NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
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:
NXOpen.Utilities.NXRemotableObject IMessageSink

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...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe bool IsProductOutlineDefined [get]
 Returns the status of the product outline. More...
 
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> 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 ( )
inline

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

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

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 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.