WeldImportBuilder Class

class NXOpen.Weld.WeldImportBuilder

Bases: NXOpen.Builder

Creates Weld features by reading a csv file

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

New in version NX7.5.1.

Properties

Property Description
ConfirmWarningMessages Returns or sets the option to indicate if warning messages need to be confirmed.
CreateFeatureGroups Returns or sets the option to create Feature Group features to collect Weld Point features that have the same connected part combinations.
InputFile Returns or sets the input csv file
Tag Returns the Tag for this object.
TemplateFile Returns or sets the template file indicating attribute mapping.

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.

Property Detail

ConfirmWarningMessages

WeldImportBuilder.ConfirmWarningMessages

Returns or sets the option to indicate if warning messages need to be confirmed.

If false setting, all warnings will be accepted.

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

Getter Method

Signature ConfirmWarningMessages

Returns:
Return type:bool

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature ConfirmWarningMessages

Parameters:option (bool) –

New in version NX8.5.0.

License requirements: structure_weld (“STRUCTURE WELD”)

CreateFeatureGroups

WeldImportBuilder.CreateFeatureGroups

Returns or sets the option to create Feature Group features to collect Weld Point features that have the same connected part combinations.

Connected parts A-B-C and C-B-A will be in the same group.

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

Getter Method

Signature CreateFeatureGroups

Returns:
Return type:bool

New in version NX11.0.2.

License requirements: None.

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

Setter Method

Signature CreateFeatureGroups

Parameters:createFeatureGroupos (bool) –

New in version NX11.0.2.

License requirements: None.

InputFile

WeldImportBuilder.InputFile

Returns or sets the input csv file

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

Getter Method

Signature InputFile

Returns:
Return type:str

New in version NX7.5.1.

License requirements: None.

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

Setter Method

Signature InputFile

Parameters:filename (str) –

New in version NX7.5.1.

License requirements: None.

TemplateFile

WeldImportBuilder.TemplateFile

Returns or sets the template file indicating attribute mapping.

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

Getter Method

Signature TemplateFile

Returns:
Return type:str

New in version NX7.5.1.

License requirements: None.

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

Setter Method

Signature TemplateFile

Parameters:filename (str) –

New in version NX7.5.1.

License requirements: None.

Method Detail

Validate

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