UserDefinedWeldBuilder Class

class NXOpen.Weld.UserDefinedWeldBuilder

Bases: NXOpen.Builder

Represents a NXOpen.Weld.UserDefinedWeldBuilder builder.

To create a new instance of this class, use NXOpen.Weld.WeldManager.CreateUserDefinedWeldBuilder()

Default values.

Property Value
AssignWeldPMI 0

New in version NX7.5.0.

Properties

Property Description
AssignWeldPMI Returns or sets the assign weld pmi.
Characteristics Returns the characteristics.
Class4gd Returns or sets the 4GD class option.
SelectBody Returns the select body.
SelectConnectParts Returns the select connect parts.
SelectEdge Returns the select edge.
Tag Returns the Tag for this object.

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.
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.

Enumerations

UserDefinedWeldBuilderWeldTypes Enumeration Weld types for 4GD classes.

Property Detail

AssignWeldPMI

UserDefinedWeldBuilder.AssignWeldPMI

Returns or sets the assign weld pmi.

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

Getter Method

Signature AssignWeldPMI

Returns:
Return type:bool

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature AssignWeldPMI

Parameters:assignWeldPMI (bool) –

New in version NX7.5.0.

License requirements: ugweld (“UG WELD”)

Characteristics

UserDefinedWeldBuilder.Characteristics

Returns the characteristics.

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

Getter Method

Signature Characteristics

Returns:
Return type:NXOpen.Weld.CharacteristicsBuilder

New in version NX7.5.0.

License requirements: None.

Class4gd

UserDefinedWeldBuilder.Class4gd

Returns or sets the 4GD class option.

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

Getter Method

Signature Class4gd

Returns:
Return type:NXOpen.Weld.UserDefinedWeldBuilderWeldTypes

New in version NX10.0.2.

License requirements: None.

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

Setter Method

Signature Class4gd

Parameters:assignWeldPMI (NXOpen.Weld.UserDefinedWeldBuilderWeldTypes) –

New in version NX10.0.2.

License requirements: ugweld (“UG WELD”)

SelectBody

UserDefinedWeldBuilder.SelectBody

Returns the select body.

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

Getter Method

Signature SelectBody

Returns:
Return type:NXOpen.SelectDisplayableObjectList

New in version NX7.5.0.

License requirements: None.

SelectConnectParts

UserDefinedWeldBuilder.SelectConnectParts

Returns the select connect parts.

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

Getter Method

Signature SelectConnectParts

Returns:
Return type:NXOpen.ScCollector

New in version NX7.5.0.

License requirements: None.

SelectEdge

UserDefinedWeldBuilder.SelectEdge

Returns the select edge.

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

Getter Method

Signature SelectEdge

Returns:
Return type:NXOpen.SelectDisplayableObjectList

New in version NX7.5.0.

License requirements: None.

Method Detail

Validate

UserDefinedWeldBuilder.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.