NX Open C++ Reference Guide
|
Routing object is a collection of Run objects. More...
Public Member Functions | |
void | AddRuns (const std::vector< NXOpen::Routing::Run * > &runs) |
Adds Run objects to a RoutingSystem Created in NX4.0.0. | |
NXString | GetId () |
Returns name of routing. | |
std::vector < NXOpen::Routing::Run * > | GetRuns () |
Retrieves all Run objects in RoutingSystem. | |
void | RemoveRuns (const std::vector< NXOpen::Routing::Run * > &runs) |
Removes Run objects from a RoutingSystem. | |
void | SetId (const NXString &name) |
Sets name of routing. |
Routing object is a collection of Run objects.
To obtain an instance of this class use Routing::RoutingSystem
Created in NX4.0.0.
void NXOpen::Routing::RoutingSystem::AddRuns | ( | const std::vector< NXOpen::Routing::Run * > & | runs | ) |
Adds Run objects to a RoutingSystem
Created in NX4.0.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
runs | Runs to add to the RoutingSytem |
Returns name of routing.
std::vector<NXOpen::Routing::Run *> NXOpen::Routing::RoutingSystem::GetRuns | ( | ) |
Retrieves all Run objects in RoutingSystem.
void NXOpen::Routing::RoutingSystem::RemoveRuns | ( | const std::vector< NXOpen::Routing::Run * > & | runs | ) |
Removes Run objects from a RoutingSystem.
Only removes Run from the RoutingSystem, does not remove the Run definition
Created in NX4.0.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
runs | Runs to remove from the RoutingSytem |
void NXOpen::Routing::RoutingSystem::SetId | ( | const NXString & | name | ) |
Sets name of routing.
Created in NX5.0.0.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
name | Name given to routing |