AddendumSectionBuilderSectionShapeType Enumeration

NXOpen.Die.AddendumSectionBuilder.SectionShapeType is an alias for NXOpen.Die.AddendumSectionBuilderSectionShapeType

class NXOpen.Die.AddendumSectionBuilderSectionShapeType

Bases: object

The settings to indicate the section shape.

Enum Members

Enum Member Enum Member Description
Basic
Section consists of all segments in a step like shape.
DrawBar
Section consists of all segments in a draw bar shape.
Simple
Section consists of trim ledge, punch radius, and second stretch wall segments.
Channel
Section consists of all segments in a channel shape.
Blend
Section consists of a single radius type segment to define the blend shape.
Extension
Section consists of a plus segment only.
System
Section shape determined by blending neighboring sections.
UserDefined
Section shape is user defined.
Reuse
Section shape is read from reuse library.
Blank
No section shape.
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.