BlankNestingBuilderLayoutTypeSpecification Enumeration

NXOpen.Tooling.BlankNestingBuilder.LayoutTypeSpecification is an alias for NXOpen.Tooling.BlankNestingBuilderLayoutTypeSpecification

class NXOpen.Tooling.BlankNestingBuilderLayoutTypeSpecification

Bases: object

Specifies the layout type of blank nesting.

Enum Members

Enum Member Enum Member Description
Rectangle Auto-position blank along x-axis with rectangle bounding box.
Parallelogram Auto-position blank along x-axis with parallelogram bounding box.
Trapezoid Rotate blank 180 degrees and auto-position it along x-axis with trapezoid bounding box.
OneUp Auto-position blank along x-axis without bounding box.
TwoUp Two up without bounding box. Move one blank along y-axis, then auto-position them along x-axis.
TwoPair Two pair without bounding box. Rotate one blank 180 degrees and move along y-axis, then auto-position them along x-axis.
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.