Symbol Enumeration

class NXOpen.Annotations.Symbol

Bases: object

Specifies the elementary weld symbol Enum Members

Enum Member Enum Member Description
NotSet Speifies no weld symbol
ButtWithRaisedEdges Specifies butt weld with raised edges
SingleFlange Specifiies single flange weld symbol (JIS only)
SquareButt Specifies square butt weld symbol
VButt Specifies V butt weld symbol
VButtBroadRootFace Specifies V butt with broad root face weld symbol (ISO and DIN only)
BevelButt Specifies bevel butt weld symbol
BevelButtBroadRootFace Specifies bevel butt with broad root face weld symbol (ISO and DIN only)
UButt Specifies U butt weld symbol
JButt Specifies J buttt weld symbol
FlareV Specifies flare V weld symbol
FlareBevel Specifies flare bevel weld symbol
KGroove Specifies K-Groove weld symbol
Fillet Specifies fillet weld symbol
Stake Specifies fillet weld symbol
PlugSlot Specifies plug/slot weld symbol
Edge Specifies edge weld symbol
Edge2 Specifies edge2 weld symbol
Spot Specifies spot weld symbol
Spot2 Specifies spot2 weld symbol
Seam Specfies seam weld symbol
Seam2 Specfies seam2 weld symbol
SteepFlankedV Specifies steep flanked V butt weld symbol (ISO and DIN only)
SteepFlankedBevel Specifies steeep flanked bevel butt weld symbol ( ISO and DIN only)
Backing Specifies backing weld symbol (only one side of reference line )
SurfaceJoint Specifies surface joint weld symbol (ISO and DIN only )
SolderedJoint Specifies soldered joint weld symbol
InclinedJoint Specifies inclined joint weld symbol
FoldJoint Specifies fold joint weld symbol (ISO and DIN only, only on one side of reference line)
Stud Specifies stud weld symbol (Arrow side only )
Surfacing Specifies surfacing weld symbol (ISO and DIN only)
Intermittent Specifies intermittent weld symbol (ESKD only)
BackingPlate Specifies backing plate weld symbol (GB only)
NotSpecified Specifies weld symbol not specified
Last Last enum value. Should not be used.
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.