UpdateFailureOption Enumeration

NXOpen.Update.FailureOption is an alias for NXOpen.UpdateFailureOption

class NXOpen.UpdateFailureOption

Bases: object

Specifies the action to take when an object fails to update.

New in version NX7.5.0.

Enum Members

Enum Member Enum Member Description
NoOption No option
Undo Perform undo
Suppress Suppress failing object
SuppressAll Suppress failing objects and subsequent objects
Accept Accept failure of failing objects
AcceptAll Accept failure of failing objects and subsequent objects
Delete Delete failing object
DeleteDependents Delete failing object and its dependents
Interrupt Interrupt update upon failure
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.