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

Represents a collection of NXOpen::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. More...
 
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 NXOpen::Routing::Filler stock object. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

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


To obtain an instance of this class, refer to NXOpen::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 NXOpen::Routing::Filler stock object.

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

License requirements : routing_harness ("Routing Harness")
Parameters
stockDataThe NXOpen::Routing::StockData that defines the stock
anchorThe NXOpen::Routing::Anchor from the input NXOpen::Routing::StockData to use, NULL is allowed for no anchor.
crossSectionThe NXOpen::Routing::CrossSection from the input NXOpen::Routing::StockData to use, NULL is not allowed.
segmentsThe array of NXOpen::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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.