NX Open C++ Reference Guide
Classes | Public Member Functions
NXOpen::Routing::FillerCollection Class Reference

Represents a collection of Routing::Stock objects. More...

Inheritance diagram for NXOpen::Routing::FillerCollection:
NXOpen::TaggedObjectCollection

List of all members.

Classes

class  iterator
 Iterator for accessing the contents of the collection. More...

Public Member Functions

iterator begin ()
 Returns an iterator addressing the first element.
std::vector
< NXOpen::Routing::Stock * > 
CreateStock (NXOpen::Routing::StockData *stockData, NXOpen::Routing::Anchor *anchor, NXOpen::Routing::CrossSection *crossSection, const std::vector< NXOpen::Routing::ISegment * > &segments)
 Creates a Routing::Filler stock object.
iterator end ()
 Returns an iterator addressing one past the last element.
tag_t Tag () const
 Returns the tag of this object.

Detailed Description

Represents a collection of Routing::Stock objects.


To obtain an instance of this class, refer to Routing::RouteManager

Created in NX4.0.0.


Member Function Documentation

Returns an iterator addressing the first element.

Creates a Routing::Filler stock object.

Returns:
The resulting array of newly created Routing::Stock objects.
Created in NX4.0.0.

License requirements : routing_mechanical ("Routing Mechanical") OR routing_electrical ("Routing Electrical") OR routing_combined ("Routing Combined")
Parameters:
stockDataThe Routing::StockData that defines the stock
anchorThe Routing::Anchor from the input Routing::StockData to use, ja_NULL is allowed for no anchor.
crossSectionThe Routing::CrossSection from the input Routing::StockData to use, ja_NULL is not allowed.
segmentsThe array of Routing::ISegment curves that the stock must cover.

Returns an iterator addressing one past the last element.

Returns the tag of this object.


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