PartModulePartLoadOption Enumeration

NXOpen.Features.PartModule.PartLoadOption is an alias for NXOpen.Features.PartModulePartLoadOption

class NXOpen.Features.PartModulePartLoadOption

Bases: object

Defines part load options

Enum Members

Enum Member Enum Member Description
DontAllowSave Sets the loaded part as read only. Allow changes in the part, but part cannot be saved
LoadInterpart If this option is set, First it will check part is modified or not, then loads interpart of Part Module otherwise reload the own part of Part Module
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.