PartCollectionRefsetOption Enumeration

NXOpen.PartCollection.RefsetOption is an alias for NXOpen.PartCollectionRefsetOption

class NXOpen.PartCollectionRefsetOption

Bases: object

Controls the reference set used when setting the work component.

See NXOpen.PartCollection.SetWorkComponent()

Enum Members

and restore the reference set of the previous work component “
“Current”, ” Use the component’s current reference set,
and restore the reference set of the previous work component “
“PreserveRefset”, ” Use the component’s current reference set,

and do not reset the reference set of the previous work 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.