PartCollectionMultipleDisplayedPartStatus Enumeration

NXOpen.PartCollection.MultipleDisplayedPartStatus is an alias for NXOpen.PartCollectionMultipleDisplayedPartStatus

class NXOpen.PartCollectionMultipleDisplayedPartStatus

Bases: object

Represents the status if Multiple Display Parts are allowed or not.

Enum Members

Enum Member Enum Member Description
Enabled It is possible to have more than one part be displayed (i.e. additional different displayed parts).
DisabledByCustomer Indicates that only one part can be displayed at a time. Multiple Displayed Parts was disabled by the customer, for example by disabling it through NXOpen.PartCollection.SetAllowMultipleDisplayedParts() rather than by the NX session itself.
Disabled Indicates that only one part can be displayed at a time. Multiple Display Parts is disabled by the NX session and not the customer.
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.