ControlPointCollectionCheckExisting Enumeration

NXOpen.Routing.ControlPointCollection.CheckExisting is an alias for NXOpen.Routing.ControlPointCollectionCheckExisting

class NXOpen.Routing.ControlPointCollectionCheckExisting

Bases: object

Option for searching for an existing NXOpen.Routing.ControlPoint when attempting to create an new NXOpen.Routing.ControlPoint.

Enum Members

always create a new object. “
“Search”, ” Search for an existing object, don’t

create a new object if one exists at the correct location. “

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.