NX Open C++ Reference Guide
|
Represents a builder to run the Connected Face Finder operation. More...
Public Member Functions | |
NXOpen::Weld::ConnectionFinderBuilder * | ConnectionFinder () |
Returns the connection finder object that manages the interaction. | |
bool | ListFeatureSet () |
Returns the option if set to true will list the search results according to the feature sets that the specified weld point belongs to. | |
void | PerformAnalysis () |
Process the selected retained welds and populate the list with appropriate faces to reconnect the weld too. | |
NXOpen::SelectTaggedObjectList * | RetainedWelds () |
Returns the retained weld objects that need to be reconnected. | |
void | SetListFeatureSet (bool listFeatureSet) |
Sets the option if set to true will list the search results according to the feature sets that the specified weld point belongs to. | |
![]() | |
NXOpen::NXObject * | Commit () |
Commits any edits that have been applied to the builder. | |
void | Destroy () |
Deletes the builder, and cleans up any objects created by the builder. | |
std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
For builders that create more than one object, this method returns the objects that are created by commit. | |
NXOpen::NXObject * | GetObject () |
Returns the object currently being edited by this builder. | |
void | ShowResults () |
Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a builder to run the Connected Face Finder operation.
<br> To create a new instance of this class, use @link Weld::WeldManager::CreateConnectedFaceFinderBuilder Weld::WeldManager::CreateConnectedFaceFinderBuilder @endlink <br>
Default values.
Property | Value |
---|---|
ConnectionFinder.ListFeatureSet |
1 |
ConnectionFinder.UpdateCoordinateSystem |
1 |
Created in NX9.0.0.
NXOpen::Weld::ConnectionFinderBuilder* NXOpen::Weld::ConnectedFaceFinderBuilder::ConnectionFinder | ( | ) |
Returns the connection finder object that manages the interaction.
Created in NX9.0.0.
License requirements : None
bool NXOpen::Weld::ConnectedFaceFinderBuilder::ListFeatureSet | ( | ) |
Returns the option if set to true will list the search results according to the feature sets that the specified weld point belongs to.
Created in NX9.0.0.
License requirements : None
void NXOpen::Weld::ConnectedFaceFinderBuilder::PerformAnalysis | ( | ) |
Process the selected retained welds and populate the list with appropriate faces to reconnect the weld too.
Created in NX9.0.0.
License requirements : ugweld ("UG WELD")
NXOpen::SelectTaggedObjectList* NXOpen::Weld::ConnectedFaceFinderBuilder::RetainedWelds | ( | ) |
Returns the retained weld objects that need to be reconnected.
Created in NX9.0.0.
License requirements : None
void NXOpen::Weld::ConnectedFaceFinderBuilder::SetListFeatureSet | ( | bool | listFeatureSet | ) |
Sets the option if set to true will list the search results according to the feature sets that the specified weld point belongs to.
Created in NX9.0.0.
License requirements : ugweld ("UG WELD")
listFeatureSet | listfeatureset |