PlateStockBuilderThickenOptions Enumeration

NXOpen.Features.ShipDesign.PlateStockBuilder.ThickenOptions is an alias for NXOpen.Features.ShipDesign.PlateStockBuilderThickenOptions

class NXOpen.Features.ShipDesign.PlateStockBuilderThickenOptions

Bases: object

Settings to indicate how to apply the thickness to the mold face or offset mold face . The front side of the offset mold face is defined by the client class using NXOpen.Features.ShipDesign.PlateStockBuilder.

Enum Members

Enum Member Enum Member Description
SingleSided Thickness is applied to only the front side of the offset mold face.
TwoSided The opposite thickness is applied to the back side of the offset mold face, thickness minus the opposite thickness is applied to the front side of the offset mold face.
Symmetric Half of the thickness is applied to back and front sides of the offset mold face.
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.