DatumCommonBuilderCustomTypes Enumeration

NXOpen.Weld.DatumCommonBuilder.CustomTypes is an alias for NXOpen.Weld.DatumCommonBuilderCustomTypes

class NXOpen.Weld.DatumCommonBuilderCustomTypes

Bases: object

The custom type of the datum specified for creation.

Enum Members

Enum Member Enum Member Description
Default A datum surface or pin specified in the customer defaults by the Default type.
Custom1 A datum surface or pin specified in the customer defaults by the Custom1 type.
Custom2 A datum surface or pin specified in the customer defaults by the Custom2 type.
Custom3 A datum surface or pin specified in the customer defaults by the Custom3 type.
Custom4 A datum surface or pin specified in the customer defaults by the Custom4 type.
Custom5 A datum surface or pin specified in the customer defaults by the Custom5 type.
Custom6 A datum surface or pin specified in the customer defaults by the Custom6 type.
Custom7 A datum surface or pin specified in the customer defaults by the Custom7 type.
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.