MiterOptionsClosedCornerTypeOptions Enumeration

NXOpen.Features.SheetMetal.MiterOptions.ClosedCornerTypeOptions is an alias for NXOpen.Features.SheetMetal.MiterOptionsClosedCornerTypeOptions

class NXOpen.Features.SheetMetal.MiterOptionsClosedCornerTypeOptions

Bases: object

the closed corner type options.

Enum Members

Enum Member Enum Member Description
NotSet Corner is not closed
Open corner is open
Closed corner is closed completely
CircularCutout corner has a circular cutout in it
UCutout corner has a U shaped cutout in it
VCutout corner has a V shaped cutout in it
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.