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. |
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_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
refObject | refobject |
Clear the characteristic values of the selected objects.
Created in NX7.5.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
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.
Returns the reference object to obtain the characteristic values
Created in NX7.5.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
Reset the characteristic values of the selected objects.
Created in NX7.5.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
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_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
Returns the Routing Level associated with selected objects.
Created in NX7.5.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
void NXOpen::Routing::EditCharacteristicsBuilder::SetRoutingLevel | ( | const NXString & | routeLevel | ) |
Sets the Routing Level associated with selected objects.
Created in NX7.5.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
routeLevel | routelevel |