NX Open C++ Reference Guide
Public Member Functions
NXOpen::Routing::RoutingSystem Class Reference

Routing object is a collection of Run objects. More...

Inheritance diagram for NXOpen::Routing::RoutingSystem:
NXOpen::NXObject NXOpen::TaggedObject NXOpen::INXObject

List of all members.

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.

Detailed Description

Routing object is a collection of Run objects.


To obtain an instance of this class use Routing::RoutingSystem

Created in NX4.0.0.


Member Function Documentation

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")

Parameters:
runsRuns to add to the RoutingSytem

Returns name of routing.

Returns:
Name of given routing
Created in NX4.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Retrieves all Run objects in RoutingSystem.

Returns:
Runs belonging to the RoutingSytem
Created in NX4.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
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")

Parameters:
runsRuns to remove from the RoutingSytem

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")

Parameters:
nameName given to routing

The documentation for this class was generated from the following file:
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.