PlateBoundaryOptionBuilderSplitKnuckleTypes Enumeration

NXOpen.Features.ShipDesign.PlateBoundaryOptionBuilder.SplitKnuckleTypes is an alias for NXOpen.Features.ShipDesign.PlateBoundaryOptionBuilderSplitKnuckleTypes

class NXOpen.Features.ShipDesign.PlateBoundaryOptionBuilderSplitKnuckleTypes

Bases: object

The split knuckle edge types.

This option specifies how the plate is to be split at the knuckle edge. It can be split in miterred or square cut.

Enum Members

Enum Member Enum Member Description
Mitered Two plates which are split and mitered and whoes side faces at knuckle edge are touching.
SquareCut The plate side faces at knuckle edge are 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.