LineWeldSideData Class

class NXOpen.Annotations.LineWeldSideData

Bases: NXOpen.TransientObject

Represents line weld side data

New in version NX4.0.0.

Properties

Property Description
DepthRootOpeningNumberOfWelds Returns or sets the depth or root opening or number of welds as the case may be
FinishMethod Returns or sets the weld finish method
GrooveAngle Returns or sets the groove angle
LengthPitch Returns or sets the weld length and pitch
Size Returns or sets the weld size
SizeLetterCode Returns or sets the weld size letter code (ISO and DIN only)
SupplementarySymbol Returns or sets the weld supplementary symbol
Symbol Returns or sets the elementary weld symbol

Methods

Method Description
Dispose Frees the object from memory.

Property Detail

DepthRootOpeningNumberOfWelds

LineWeldSideData.DepthRootOpeningNumberOfWelds

Returns or sets the depth or root opening or number of welds as the case may be

-------------------------------------

Getter Method

Signature DepthRootOpeningNumberOfWelds

Returns:Depth or root opening or number of welds
Return type:str

New in version NX4.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature DepthRootOpeningNumberOfWelds

Parameters:depthRootOpeningNumWeld (str) – New depth or root opening or number of welds

New in version NX4.0.0.

License requirements: None.

FinishMethod

LineWeldSideData.FinishMethod

Returns or sets the weld finish method

-------------------------------------

Getter Method

Signature FinishMethod

Returns:Finish method
Return type:NXOpen.Annotations.FinishMethod

New in version NX4.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature FinishMethod

Parameters:finishMethod (NXOpen.Annotations.FinishMethod) – New finish method

New in version NX4.0.0.

License requirements: None.

GrooveAngle

LineWeldSideData.GrooveAngle

Returns or sets the groove angle

-------------------------------------

Getter Method

Signature GrooveAngle

Returns:Groove angle
Return type:str

New in version NX4.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature GrooveAngle

Parameters:grooveAngle (str) – New groove angle

New in version NX4.0.0.

License requirements: None.

LengthPitch

LineWeldSideData.LengthPitch

Returns or sets the weld length and pitch

-------------------------------------

Getter Method

Signature LengthPitch

Returns:Weld length and pitch
Return type:str

New in version NX4.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature LengthPitch

Parameters:lengthPitch (str) – New weld length and pitch

New in version NX4.0.0.

License requirements: None.

Size

LineWeldSideData.Size

Returns or sets the weld size

-------------------------------------

Getter Method

Signature Size

Returns:Weld size
Return type:str

New in version NX4.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Size

Parameters:size (str) – New weld size

New in version NX4.0.0.

License requirements: None.

SizeLetterCode

LineWeldSideData.SizeLetterCode

Returns or sets the weld size letter code (ISO and DIN only)

-------------------------------------

Getter Method

Signature SizeLetterCode

Returns:Size letter code
Return type:NXOpen.Annotations.SizeLetterCode

New in version NX4.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature SizeLetterCode

Parameters:sizeLetterCode (NXOpen.Annotations.SizeLetterCode) – New size letter code

New in version NX4.0.0.

License requirements: None.

SupplementarySymbol

LineWeldSideData.SupplementarySymbol

Returns or sets the weld supplementary symbol

-------------------------------------

Getter Method

Signature SupplementarySymbol

Returns:Supplementary weld symbol
Return type:NXOpen.Annotations.SupplementarySymbol

New in version NX4.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature SupplementarySymbol

Parameters:supplementarySymbol (NXOpen.Annotations.SupplementarySymbol) – New supplementary weld symbol

New in version NX4.0.0.

License requirements: None.

Symbol

LineWeldSideData.Symbol

Returns or sets the elementary weld symbol

-------------------------------------

Getter Method

Signature Symbol

Returns:Weld symbol
Return type:NXOpen.Annotations.Symbol

New in version NX4.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Symbol

Parameters:symbol (NXOpen.Annotations.Symbol) – New weld symbol

New in version NX4.0.0.

License requirements: None.

Method Detail

Dispose

LineWeldSideData.Dispose

Frees the object from memory.

After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.

Signature Dispose()

New in version NX4.0.0.

License requirements: None.