LoadOptionsParent Enumeration

NXOpen.LoadOptions.Parent is an alias for NXOpen.LoadOptionsParent

class NXOpen.LoadOptionsParent

Bases: object

Options to allow you to specify how unloaded parents should be loaded when interpart data loading is turned on

New in version NX3.0.0.

Enum Members

but fully load partially loaded parts with parent geometry. “
“Immediate”, ” Fully load parts that satisfy one level of parent

references as well as any partially loaded parts with parent geometry. “

“All”, ” Recursively fully load all parts with parent geometry linked

to geometry in the parts selected for loading “

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.