CustomManagerPipingComponentFileOptions Enumeration

NXOpen.Routing.CustomManager.PipingComponentFileOptions is an alias for NXOpen.Routing.CustomManagerPipingComponentFileOptions

class NXOpen.Routing.CustomManagerPipingComponentFileOptions

Bases: object

Used by the piping component file plugin to indicate if it should overwrite an existing file or not.

Enum Members

Enum Member Enum Member Description
AskToOverwriteFile Prompt the user of the plugin if it is OK to overwrite the piping component file.
NeverOverwriteFile Never overwrite any existing piping component file. Throw an error if the file exists.
AlwaysOverwriteFile Always overwrite any existing piping component file.
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.