ComponentAssemblyOpenOption Enumeration

NXOpen.Assemblies.ComponentAssembly.OpenOption is an alias for NXOpen.Assemblies.ComponentAssemblyOpenOption

class NXOpen.Assemblies.ComponentAssemblyOpenOption

Bases: object

Open options for open_components

Enum Members

Enum Member Enum Member Description
ComponentOnly Open the component but none of its children
ImmediateChildren Open the immediate children of an already open component
WholeAssembly Open the component and all of its children
ReapplyRevRule Reconfigure and open components based on current revision rules. If this option is used in native mode, it will behave just like Open Component.
ValueOf()

Returns enum member equivalent to the value passed. Useful for bit operations of enum members.

Signature ValueOf(value)

Parameters:value – Any integer value or bit operation result of enum members:type value: int:returns: Enum member equivalent to the value passed.
Return type:Enum Member type.

New in version NX9.0.1.

License requirements: None.