PartCollectionSetProtectionOn Enumeration

NXOpen.PartCollection.SetProtectionOn is an alias for NXOpen.PartCollectionSetProtectionOn

class NXOpen.PartCollectionSetProtectionOn

Bases: object

Specifies the parts to which the password protection operation will apply. This structure should only be used with GC Toolkits.

Enum Members

Enum Member Enum Member Description
DisplayedPart The Displayed part
DisplayedPartandComponents All fully open parts in the session
AllParts Displayed part and full open components of the part
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.