ShipPreparationInfoTypes Enumeration

NXOpen.Features.ShipDesign.ShipPreparationInfo.Types is an alias for NXOpen.Features.ShipDesign.ShipPreparationInfoTypes

class NXOpen.Features.ShipDesign.ShipPreparationInfoTypes

Bases: object

Used to specify the type of object represented in the data.

Enum Members

Enum Member Enum Member Description
Unknown Type of data not known yet.
LinkedBody The data represents a linked body feature.
LinkedBodyBracket The data represents a linked body feature for the new Bracket body.
LinkedEdges The data represents a composite curve feature extracting edges.
LinkedCurves The data represents a linked composite curve feature.
LinkedFaces The data represents a linked face feature.
PlateDivide The data represents a plate divide feature.
StiffenerDivide The data represents a stiffener divide feature.
StiffenerBySupportDivide The data represents a stiffener divide feature, for a stiffener by support.
EdgeReinforcementDivide The data represents a edge reinforcement divide feature. This feature handles splitting edges when needed.
EdgeReinforcementEdges The data represents a edge reinforcement divide feature. This feature handles labelling the edges of the linked body.
StandardPartBracketDivide The data represents a standard part bracket divide feature.
Pillar The data represents a pillar feature.
BracketDivide The data represents a bracket divide feature.
UserDefined The data represents a user defined divide feature.
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.