NX Open C++ Reference Guide
|
Builder to unify Routing::Stock and Assemblies::Component based on specified characteristic values. More...
Public Member Functions | |
NXOpen::Routing::CharacteristicList * | GetUnifyCharacteristics () |
Returns Routing::CharacteristicList to be used to find matching Routing::Stock and Assemblies::Component to replace. | |
NXOpen::SelectNXObject * | ReferenceObject () |
Returns the reference object used to extract characteristics to unify. | |
NXOpen::Routing::RouteObjectCollector * | RouteObjectCollector () |
Returns the routing object collector to select objects to unify. | |
void | SetUnifyCharacteristics (NXOpen::NXObject::AttributeType charxType, const NXString &charxName, const NXString &charxValue) |
Sets the characteristics to be applied Created in NX8.0.0. | |
void | SetUnifyCharacteristics (NXOpen::NXObject::AttributeType charxType, const char *charxName, const char *charxValue) |
Sets the characteristics to be applied Created in NX8.0.0. | |
![]() | |
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. | |
Builder to unify Routing::Stock and Assemblies::Component based on specified characteristic values.
The builder takes a set of objects and replaces them with new objects that matches the given characterstics. <br> To create a new instance of this class, use @link Routing::RouteManager::CreateUnifyPathBuilder Routing::RouteManager::CreateUnifyPathBuilder @endlink <br>
Created in NX7.5.0.
NXOpen::Routing::CharacteristicList* NXOpen::Routing::UnifyPathBuilder::GetUnifyCharacteristics | ( | ) |
Returns Routing::CharacteristicList to be used to find matching Routing::Stock and Assemblies::Component to replace.
NXOpen::SelectNXObject* NXOpen::Routing::UnifyPathBuilder::ReferenceObject | ( | ) |
Returns the reference object used to extract characteristics to unify.
Created in NX7.5.0.
License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")
NXOpen::Routing::RouteObjectCollector* NXOpen::Routing::UnifyPathBuilder::RouteObjectCollector | ( | ) |
Returns the routing object collector to select objects to unify.
Created in NX7.5.0.
License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")
void NXOpen::Routing::UnifyPathBuilder::SetUnifyCharacteristics | ( | NXOpen::NXObject::AttributeType | charxType, |
const NXString & | charxName, | ||
const NXString & | charxValue | ||
) |
Sets the characteristics to be applied
Created in NX8.0.0.
License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")
charxType | charxtype |
charxName | NOTE: The full Unicode character set is not supported for this parameter. |
charxValue | The characteristics to use in finding a replacement for the given object. NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Routing::UnifyPathBuilder::SetUnifyCharacteristics | ( | NXOpen::NXObject::AttributeType | charxType, |
const char * | charxName, | ||
const char * | charxValue | ||
) |
Sets the characteristics to be applied
Created in NX8.0.0.
License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")
charxType | charxtype |
charxName | NOTE: The full Unicode character set is not supported for this parameter. |
charxValue | The characteristics to use in finding a replacement for the given object. NOTE: The full Unicode character set is not supported for this parameter. |