ManufacturingPreparationBuilderAttributeType Enumeration

NXOpen.Features.ShipDesign.ManufacturingPreparationBuilder.AttributeType is an alias for NXOpen.Features.ShipDesign.ManufacturingPreparationBuilderAttributeType

class NXOpen.Features.ShipDesign.ManufacturingPreparationBuilderAttributeType

Bases: object

Represents manufacturing attribute type.

Enum Members

Enum Member Enum Member Description
SaName
name attribute
SaType
type attribute
SaSize
size attribute
SaMaterial
material attribute
SaForm
form attribute
SaDescription
name attribute
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.