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

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. “

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.