SeamBuilderStaggerShiftAlongMethods Enumeration

NXOpen.Features.ShipDesign.SeamBuilder.StaggerShiftAlongMethods is an alias for NXOpen.Features.ShipDesign.SeamBuilderStaggerShiftAlongMethods

class NXOpen.Features.ShipDesign.SeamBuilderStaggerShiftAlongMethods

Bases: object

Used to indicate the method being used to define which direction the seam stagger will shift along.

Enum Members

Enum Member Enum Member Description
Length the stagger will shift along the length direction.
Width the stagger will shift along the width direction.
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.