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

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

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

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

iterator NXOpen::Routing::FillerCollection::begin ( )

Returns an iterator addressing the first element.

std::vector<NXOpen::Routing::Stock *> NXOpen::Routing::FillerCollection::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.

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

License requirements : routing_harness ("Routing Harness")
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.
iterator NXOpen::Routing::FillerCollection::end ( )

Returns an iterator addressing one past the last element.

tag_t NXOpen::Routing::FillerCollection::Tag ( ) const

Returns the tag of this object.


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