TabBuilderSectionSideOptions Enumeration

NXOpen.Features.SheetMetal.TabBuilder.SectionSideOptions is an alias for NXOpen.Features.SheetMetal.TabBuilderSectionSideOptions

class NXOpen.Features.SheetMetal.TabBuilderSectionSideOptions

Bases: object

This enum represents the side of the section that the dimple punches material. The “left” option represents the side to the left of a person who is walking along the section in the direction of its curves when the section normal is pointing up. The “right” option represents the person’s right hand side. This interpretation is the same regardless of whether the section is open or closed. The “right” side at any point along the section can also be represented by the vector resulting from the cross product of the curve tangent (of the section curve at that point) and the section normal. The “left” side is the opposite.

Enum Members

Enum Member Enum Member Description
Left Side pointed to by the inverse of the tangent cross normal vector
Right Side pointed to by the tangent cross normal vector
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.