PlateBoundaryOptionBuilderTrimTypes Enumeration

NXOpen.Features.ShipDesign.PlateBoundaryOptionBuilder.TrimTypes is an alias for NXOpen.Features.ShipDesign.PlateBoundaryOptionBuilderTrimTypes

class NXOpen.Features.ShipDesign.PlateBoundaryOptionBuilderTrimTypes

Bases: object

The plate boundary trim types.

This option specifies the plate boundary trim type. Different NXOpen.Features.ShipDesign.PlateBoundaryOptionBuilderBoundaryTypes may have different trim type.

Enum Members

Enum Member Enum Member Description
SquareCut The plate side face is normal to the molding face.
NeatTrim The plate side face may not be normal to the molding 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.