ConnectedFaceFinderBuilder Class

class NXOpen.Weld.ConnectedFaceFinderBuilder

Bases: NXOpen.Builder

Represents a builder to run the Connected Face Finder operation.

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

Default values.

Property Value
ConnectionFinder.Filter All
ConnectionFinder.ListFeatureSet 1
ConnectionFinder.UpdateCoordinateSystem 1

New in version NX9.0.0.

Properties

Property Description
ConnectionFinder Returns the connection finder object that manages the interaction.
ListFeatureSet Returns or sets the option if set to true will list the search results according to the feature sets that the specified weld point belongs to.
RetainedWelds Returns the retained weld objects that need to be reconnected.
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.
PerformAnalysis Process the selected retained welds and populate the list with appropriate faces to reconnect the weld too.
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

ConnectionFinder

ConnectedFaceFinderBuilder.ConnectionFinder

Returns the connection finder object that manages the interaction.

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

Getter Method

Signature ConnectionFinder

Returns:
Return type:NXOpen.Weld.ConnectionFinderBuilder

New in version NX9.0.0.

License requirements: None.

ListFeatureSet

ConnectedFaceFinderBuilder.ListFeatureSet

Returns or sets the option if set to true will list the search results according to the feature sets that the specified weld point belongs to.

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

Getter Method

Signature ListFeatureSet

Returns:
Return type:bool

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature ListFeatureSet

Parameters:listFeatureSet (bool) –

New in version NX9.0.0.

License requirements: ugweld (“UG WELD”)

RetainedWelds

ConnectedFaceFinderBuilder.RetainedWelds

Returns the retained weld objects that need to be reconnected.

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

Getter Method

Signature RetainedWelds

Returns:Weld Feature tag.
Return type:NXOpen.SelectTaggedObjectList

New in version NX9.0.0.

License requirements: None.

Method Detail

PerformAnalysis

ConnectedFaceFinderBuilder.PerformAnalysis

Process the selected retained welds and populate the list with appropriate faces to reconnect the weld too.

Signature PerformAnalysis()

New in version NX9.0.0.

License requirements: ugweld (“UG WELD”)

Validate

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