NX Open C++ Reference Guide
|
Represents a collection of Port objects. More...
Classes | |
class | iterator |
Iterator for accessing the contents of the collection. More... | |
Public Member Functions | |
iterator | begin () |
Returns an iterator addressing the first element. | |
void | ConvertToFeatures () |
Cycles through all the Routing::Port objects and creates a Routing::FeaturePort object for Routing::FittingPort object, Routing::FixturePort object, Routing::MultiPort object, and Routing::TerminalPort object. | |
NXOpen::Routing::ExtractPort * | CreateExtractPort (NXOpen::Routing::Port *port) |
Creates a Routing::ExtractPort . | |
NXOpen::Routing::ExtractPort * | CreateExtractPort (NXOpen::Routing::Port *port, bool allowMultipleConnections) |
Creates a Routing::ExtractPort . | |
NXOpen::Routing::StockOffsetPort * | CreateStockOffsetPort (NXOpen::Assemblies::Component *partOccurrence, NXOpen::Routing::Port *portPrototype) |
Create a Stock Offset Port. | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a collection of Port objects.
To obtain an instance of this class, refer to Routing::RouteManager
Created in NX4.0.0.
iterator NXOpen::Routing::PortCollection::begin | ( | ) |
Returns an iterator addressing the first element.
void NXOpen::Routing::PortCollection::ConvertToFeatures | ( | ) |
Cycles through all the Routing::Port objects and creates a Routing::FeaturePort object for Routing::FittingPort object, Routing::FixturePort object, Routing::MultiPort object, and Routing::TerminalPort object.
Created in NX6.0.0.
License requirements : routing_base ("Routing Basic")
NXOpen::Routing::ExtractPort* NXOpen::Routing::PortCollection::CreateExtractPort | ( | NXOpen::Routing::Port * | port | ) |
Creates a Routing::ExtractPort .
Default allows multiple connections to this port.
port | Port to extract from |
NXOpen::Routing::ExtractPort* NXOpen::Routing::PortCollection::CreateExtractPort | ( | NXOpen::Routing::Port * | port, |
bool | allowMultipleConnections | ||
) |
Creates a Routing::ExtractPort .
port | Port to extract from |
allowMultipleConnections | Does this fitting port allow multiple wires to be routed to it? |
NXOpen::Routing::StockOffsetPort* NXOpen::Routing::PortCollection::CreateStockOffsetPort | ( | NXOpen::Assemblies::Component * | partOccurrence, |
NXOpen::Routing::Port * | portPrototype | ||
) |
Created in NX7.5.4.
License requirements : routing_base ("Routing Basic")
partOccurrence | The part occurrence from which to create the stock offset port. |
portPrototype | The prototype of the stock offset port in the part occurrence. |
iterator NXOpen::Routing::PortCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
tag_t NXOpen::Routing::PortCollection::Tag | ( | ) | const |
Returns the tag of this object.