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

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

Inheritance diagram for NXOpen::Routing::BuiltInPathCollection:
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::BuiltInPathCreateBuiltInPath (const std::vector< NXOpen::Curve * > &curves)
 Creates a NXOpen::Routing::BuiltInPath 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::BuiltInPath objects.


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

Created in NX4.0.0.

Member Function Documentation

iterator NXOpen::Routing::BuiltInPathCollection::begin ( )

Returns an iterator addressing the first element.

NXOpen::Routing::BuiltInPath* NXOpen::Routing::BuiltInPathCollection::CreateBuiltInPath ( const std::vector< NXOpen::Curve * > &  curves)

Creates a NXOpen::Routing::BuiltInPath object.

Returns

Created in NX4.0.0.

License requirements : routing_base ("Routing Basic")
Parameters
curvesthe array of Curves to be referenced by the Built-In-Path
iterator NXOpen::Routing::BuiltInPathCollection::end ( )

Returns an iterator addressing one past the last element.

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