NX Open C++ Reference Guide
|
Builder to edit required and optional characteristics of Routing::Stock or Assemblies::Component as defined in the application view file. More...
Public Member Functions | |
void | ApplyReferenceObjectCharx (NXOpen::NXObject *refObject) |
Apply characteristics of the reference object to the selected objects. | |
void | ClearValues () |
Clear the characteristic values of the selected objects. | |
NXOpen::Routing::CharacteristicList * | GetOptionalCharacteristicsToEdit () |
Returns the editable Routing::CharacteristicList that contains optional characteristics common to all the selected objects. | |
NXOpen::Routing::CharacteristicList * | GetRequiredCharacteristicsToEdit () |
Returns the editable Routing::CharacteristicList that contains required characteristics common to all the selected objects. | |
NXOpen::SelectNXObject * | ReferenceObject () |
Returns the reference object to obtain the characteristic values Created in NX7.5.0. | |
void | ResetValues () |
Reset the characteristic values of the selected objects. | |
NXOpen::Routing::RouteObjectCollector * | RouteObjectCollector () |
Returns the routing objects to edit characteristics. | |
NXString | RoutingLevel () |
Returns the Routing Level associated with selected objects. | |
void | SetRoutingLevel (const NXString &routeLevel) |
Sets the Routing Level associated with selected objects. | |
void | SetRoutingLevel (const char *routeLevel) |
Sets the Routing Level associated with selected objects. | |
![]() | |
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 edit required and optional characteristics of Routing::Stock or Assemblies::Component as defined in the application view file.
To create a new instance of this class, use Routing::RouteManager::CreateEditCharacteristicsBuilder
Created in NX7.5.0.
void NXOpen::Routing::EditCharacteristicsBuilder::ApplyReferenceObjectCharx | ( | NXOpen::NXObject * | refObject | ) |
Apply characteristics of the reference object to the selected objects.
Created in NX7.5.0.
License requirements : routing_base ("Routing Basic")
refObject | refobject |
void NXOpen::Routing::EditCharacteristicsBuilder::ClearValues | ( | ) |
Clear the characteristic values of the selected objects.
Created in NX7.5.0.
License requirements : routing_base ("Routing Basic")
NXOpen::Routing::CharacteristicList* NXOpen::Routing::EditCharacteristicsBuilder::GetOptionalCharacteristicsToEdit | ( | ) |
Returns the editable Routing::CharacteristicList that contains optional characteristics common to all the selected objects.
NXOpen::Routing::CharacteristicList* NXOpen::Routing::EditCharacteristicsBuilder::GetRequiredCharacteristicsToEdit | ( | ) |
Returns the editable Routing::CharacteristicList that contains required characteristics common to all the selected objects.
NXOpen::SelectNXObject* NXOpen::Routing::EditCharacteristicsBuilder::ReferenceObject | ( | ) |
Returns the reference object to obtain the characteristic values
Created in NX7.5.0.
License requirements : routing_base ("Routing Basic")
void NXOpen::Routing::EditCharacteristicsBuilder::ResetValues | ( | ) |
Reset the characteristic values of the selected objects.
Created in NX7.5.0.
License requirements : routing_base ("Routing Basic")
NXOpen::Routing::RouteObjectCollector* NXOpen::Routing::EditCharacteristicsBuilder::RouteObjectCollector | ( | ) |
Returns the routing objects to edit characteristics.
The objects should be either Routing::Stock or Assemblies::Component
Created in NX7.5.0.
License requirements : routing_base ("Routing Basic")
NXString NXOpen::Routing::EditCharacteristicsBuilder::RoutingLevel | ( | ) |
Returns the Routing Level associated with selected objects.
Created in NX7.5.0.
License requirements : routing_base ("Routing Basic")
void NXOpen::Routing::EditCharacteristicsBuilder::SetRoutingLevel | ( | const NXString & | routeLevel | ) |
Sets the Routing Level associated with selected objects.
Created in NX7.5.0.
License requirements : routing_base ("Routing Basic")
routeLevel | routelevel |
void NXOpen::Routing::EditCharacteristicsBuilder::SetRoutingLevel | ( | const char * | routeLevel | ) |
Sets the Routing Level associated with selected objects.
Created in NX7.5.0.
License requirements : routing_base ("Routing Basic")
routeLevel | routelevel |