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

Represents a collection of NXOpen::Routing::CrossSection objects. More...

Inheritance diagram for NXOpen::Routing::CrossSectionCollection:
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...
 
NXOpen::Routing::CrossSectionCreateCrossSection (const std::vector< NXOpen::Curve * > &crossCurves, NXOpen::Expression *offset, NXOpen::Expression *secondOffset, NXOpen::Routing::StockStyle style)
 Creates a new NXOpen::Routing::CrossSection 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::CrossSection objects.


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

Created in NX4.0.0.

Member Function Documentation

iterator NXOpen::Routing::CrossSectionCollection::begin ( )

Returns an iterator addressing the first element.

NXOpen::Routing::CrossSection* NXOpen::Routing::CrossSectionCollection::CreateCrossSection ( const std::vector< NXOpen::Curve * > &  crossCurves,
NXOpen::Expression offset,
NXOpen::Expression secondOffset,
NXOpen::Routing::StockStyle  style 
)

Creates a new NXOpen::Routing::CrossSection object.

This object defines a profile for sweeping NXOpen::Routing::Stock objects. In order to build stocks using this cross section, the cross section must be contained in a NXOpen::Routing::StockData object.

Returns

Created in NX5.0.0.

License requirements : routing_base ("Routing Basic")
Parameters
crossCurvescross curves
offsetFirst Offset value, may be NULL
secondOffsetSecond Offset value, may be NULL
stylestyle
iterator NXOpen::Routing::CrossSectionCollection::end ( )

Returns an iterator addressing one past the last element.

tag_t NXOpen::Routing::CrossSectionCollection::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.