SeamBuilderTypes Enumeration

NXOpen.Features.ShipDesign.SeamBuilder.Types is an alias for NXOpen.Features.ShipDesign.SeamBuilderTypes

class NXOpen.Features.ShipDesign.SeamBuilderTypes

Bases: object

Used to indicate the type of seam that is being created.

Enum Members

Enum Member Enum Member Description
Scantling Scantling seam, will allow for changing stock across the seam.
Erection Erection seam, used to define manufacturing block boundaries. Will allow for changing stock across the seam.
Straking Straking seam, used to split up structure into manufacturable size pieces. Cannot change stock across this seam.
Intersection Intersection seam, used to split structure at other structure locations. Will allow for changing stock across the seam.
Eggbox EggBox seam, used to create eggbox feature - added in nx12.0
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.