CharacteristicsBuilderType Enumeration

NXOpen.Weld.CharacteristicsBuilder.Type is an alias for NXOpen.Weld.CharacteristicsBuilderType

class NXOpen.Weld.CharacteristicsBuilderType

Bases: object

The custom type of the datum specified for creation.

Enum Members

Enum Member Enum Member Description
NotSet
FilletFeature
GrooveFeature
ResistanceSpotFeature
ArcSpotFeature
ClinchFeature
DollopFeature
WeldNutFeature
WeldStudFeature
Custom1PointFeature
Custom2PointFeature
Custom3PointFeature
Custom4PointFeature
Custom5PointFeature
DatumSurfaceFeature
DatumPinFeature
DatumCustom1Feature
DatumCustom2Feature
DatumCustom3Feature
MeasurementSurfaceFeature
MeasurementHoleFeature
MeasurementSlotFeature
MeasurementStudFeature
MeasurementTrimFeature
MeasurementHemFeature
MeasurementCustom1Feature
MeasurementCustom2Feature
MeasurementCustom3Feature
UserDefinedFeature
SealerFillFeature
SealerBeadFeature
JointFeature
PlugSlotFeature
ShipHull
ShipDeck
ShipTransverseBulkhead
ShipLongitudinalBulkhead
ShipGenericPlate
ShipStiffener
ShipEdgeReinforcement
ShipSeam
DatumSurfaceCustom0
DatumSurfaceCustom1
DatumSurfaceCustom2
DatumSurfaceCustom3
DatumSurfaceCustom4
DatumSurfaceCustom5
DatumSurfaceCustom6
DatumSurfaceCustom7
DatumPinCustom0
DatumPinCustom1
DatumPinCustom2
DatumPinCustom3
DatumPinCustom4
DatumPinCustom5
DatumPinCustom6
DatumPinCustom7
SurfaceWeld
ShipProfileCutOut
JointmarkFeature
ShipStandardPart
PointMarkResistanceSpot
PointMarkArcSpot
PointMarkDollop
PointMarkClinch
PointMarkWeldNut
PointMarkWeldStud
PointMarkCustom1
PointMarkCustom2
PointMarkCustom3
PointMarkCustom4
PointMarkCustom5
ShipBracket
ShipCollarPlate
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.