GussetBuilderPlacementTypes Enumeration

NXOpen.Features.SheetMetal.GussetBuilder.PlacementTypes is an alias for NXOpen.Features.SheetMetal.GussetBuilderPlacementTypes

class NXOpen.Features.SheetMetal.GussetBuilderPlacementTypes

Bases: object

This enum represents the different options for placing an automatic profile Gusset.

Enum Members

Enum Member Enum Member Description
Single One Gusset will be created at an offset from an edge on the selected bend face.
Fit Users will specify the number of occurances of Gusset on the selected bend face and software will calculate the spacing.
Fill Users will specify the spacing of Gussets on the selected bend face and software will calculate the number of occurances.
Fixed Users will specify the number of occurances and the spacing for Gussets on the selected bend face.
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.