WorkpieceBuilderMethodType Enumeration

NXOpen.Tooling.WorkpieceBuilder.MethodType is an alias for NXOpen.Tooling.WorkpieceBuilderMethodType

class NXOpen.Tooling.WorkpieceBuilderMethodType

Bases: object

the unit type includes the work piece define method

Enum Members

Enum Member Enum Member Description
DistanceAllowance Create block by define the distance allowance
ReferencePoint Create block by define the reference point
Sketch Create block by extrude the sketch
KfBox Create block by define the kf box
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.