PlateSystemBuilderStiffenerDirectionType Enumeration

NXOpen.Features.ShipDesign.PlateSystemBuilder.StiffenerDirectionType is an alias for NXOpen.Features.ShipDesign.PlateSystemBuilderStiffenerDirectionType

class NXOpen.Features.ShipDesign.PlateSystemBuilderStiffenerDirectionType

Bases: object

Settings used to indicate the default primary and secondary stiffener direction. The primary direction is used to determine which side of the plate system the stiffener is placed upon. The secondary direction is used to determine which direction the flange is pointing. The actual direction depends on the plate system and the general stiffener direction.

Enum Members

Enum Member Enum Member Description
FwdPortToInUp Direction is Forward, Port, To Reference, Inside or Up.
AftStbdFrOutDn Direction is Aft, Starboard, From Reference, Outside or Down.
FwdPortToInCtr Direction is Forward, Port, To Reference, Inside or Centered.
AftStbdFrOutCtr Direction is Aft, Starboard, From Reference, Outside or Centered.
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.