FlangeBuilderWidthTypeOptions Enumeration

NXOpen.Features.SheetMetal.FlangeBuilder.WidthTypeOptions is an alias for NXOpen.Features.SheetMetal.FlangeBuilderWidthTypeOptions

class NXOpen.Features.SheetMetal.FlangeBuilderWidthTypeOptions

Bases: object

This enum represents the width type for the flange.

Enum Members

Enum Member Enum Member Description
FullEdge
The flange spans the entire edge.
CenterOfEdge
The flange is centered on the edge.
AtEdgeEnd
The flange starts from the specified end of the edge.
FromEdgeEnd
The flange starts at a specified distance from an end of the edge.
FromBothEnds
The flange starts and ends at specified distances from the ends of the edge.
Custom
The flange sketch has been edited after creation and may or may not conform to any of the above.
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.