PmiLineWeldBuilder Class

class NXOpen.Annotations.PmiLineWeldBuilder

Bases: NXOpen.Annotations.LineWeldBuilder

Represents a NXOpen.Annotations.PmiLineWeld builder

To create a new instance of this class, use NXOpen.Annotations.WeldCollection.CreatePmiLineWeldBuilder()

Default values.

Property Value
FieldWeld Plain
FlipDirection False
FlipHorizontal False
FlipVertical False
IdLine Plain
Scale 1
StaggeredWeld NoStaggeredSymbol
Tail NoTail
WeldAlongContour None

New in version NX6.0.0.

Properties

Property Description
ArrowSideWeldData Returns the NXOpen.Annotations.LineWeldDataBuilder for the arrow side of the weld symbol
AssociatedObjects Returns the NXOpen.Annotations.AssociatedObjectsBuilder for weld symbol
FieldWeld Returns or sets the field indicating the weld is done at the field site
FlipDirection Returns or sets the flip direction for top seam
FlipHorizontal Returns or sets the flip horizontal direction for side seam
FlipVertical Returns or sets the flip vertical direction for side seam
ForeshorteningSymbol Returns the foreshortening symbol builder
IdLine Returns or sets the identification or reference line
Inherit Returns the weld symbol from which the style properties are inherited
Leader Returns the NXOpen.Annotations.LeaderBuilder for weld symbol
Origin Returns the NXOpen.Annotations.OriginBuilder for the weld symbol
OtherSideWeldData Returns the NXOpen.Annotations.LineWeldDataBuilder for the other side of the weld symbol
Scale Returns or sets the scaling factor for the welding symbol
SideSeamObjects Returns the side seam object
SpaceFactor Returns or sets the space factor for the welding symbol
StaggeredWeld Returns or sets the staggered weld
Style Returns the NXOpen.Annotations.StyleBuilder for the weld symbol
Tag Returns the Tag for this object.
Tail Returns or sets the weld tail
TopSeamObject Returns the top seam object
WeldAlongContour Returns or sets the weld along contour option

Methods

Method Description
Commit Commits any edits that have been applied to the builder.
Destroy Deletes the builder, and cleans up any objects created by the builder.
GetCommittedObjects For builders that create more than one object, this method returns the objects that are created by commit.
GetObject Returns the object currently being edited by this builder.
GetReference Returns the reference or specification text
InheritProperties This inherits the properties from the existing weld symbol
InheritPropertiesFromWeldFeature This inherits the properties from the existing weld feature
SetReference Sets the reference or specification text
ShowResults Updates the model to reflect the result of an edit to the model for all builders that support showing results.
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Property Detail

AssociatedObjects

PmiLineWeldBuilder.AssociatedObjects

Returns the NXOpen.Annotations.AssociatedObjectsBuilder for weld symbol

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

Getter Method

Signature AssociatedObjects

Returns:
Return type:NXOpen.Annotations.AssociatedObjectsBuilder

New in version NX6.0.0.

License requirements: None.

Method Detail

Validate

PmiLineWeldBuilder.Validate

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven’t set it. This method throws a not-yet-implemented NXException for some components.

Signature Validate()

Returns:Was self validation successful
Return type:bool

New in version NX3.0.1.

License requirements: None.