ThicknessDirectionBuilderThicknessDirectionType Enumeration

NXOpen.Features.ShipDesign.ThicknessDirectionBuilder.ThicknessDirectionType is an alias for NXOpen.Features.ShipDesign.ThicknessDirectionBuilderThicknessDirectionType

class NXOpen.Features.ShipDesign.ThicknessDirectionBuilderThicknessDirectionType

Bases: object

Settings used to indicate the direction of thickness from the mold face or grid plane. The actual direction depends on the type of plate system or grid defined.

Enum Members

Enum Member Enum Member Description
FwdPortInUp Direction is Forward, Port, Inside or Up.
AftStbdOutDn Direction is Aft, Starboard, Outside or Down.
Ctr Thickness is centered about the mold face.
PortToInCtr Direction is Port, To Reference, Inside or Centered.
StbdFrOutCtr Direction is 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.