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

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.