BurringInsertBuilderParentTypes Enumeration

NXOpen.Tooling.BurringInsertBuilder.ParentTypes is an alias for NXOpen.Tooling.BurringInsertBuilderParentTypes

class NXOpen.Tooling.BurringInsertBuilderParentTypes

Bases: object

Specifies the parent part type.

Enum Members

Enum Member Enum Member Description
Control use PDW project’s control part as parent part
DieBase use PDW project’s die base part as parent part
SubDie use PDW project’s sub-die base as parent part
Die use PDW project’s die part as parent part
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.