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

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

Inheritance diagram for NXOpen::Routing::CopeCornerCollection:
NXOpen::TaggedObjectCollection

Classes

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

Public Member Functions

NXOpen::Routing::CopeCornerAssignCopeCorner (NXOpen::Routing::ControlPoint *rcp, const std::vector< NXOpen::Routing::Stock * > &copeStocks)
 Assigns a cope corner to the given control point. More...
 
iterator begin ()
 Returns an iterator addressing the first element. 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::CopeCorner objects.


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

Created in NX4.0.0.

Member Function Documentation

NXOpen::Routing::CopeCorner* NXOpen::Routing::CopeCornerCollection::AssignCopeCorner ( NXOpen::Routing::ControlPoint rcp,
const std::vector< NXOpen::Routing::Stock * > &  copeStocks 
)

Assigns a cope corner to the given control point.

The input stocks must cover segments that are attached at the input control point. There must be at least two input stocks.

Returns
The newly created Cope Corner
Created in NX4.0.0.

License requirements : routing_advanced ("Routing Advanced")
Parameters
rcpRoute control point to cope.
copeStocksStocks to cope
iterator NXOpen::Routing::CopeCornerCollection::begin ( )

Returns an iterator addressing the first element.

iterator NXOpen::Routing::CopeCornerCollection::end ( )

Returns an iterator addressing one past the last element.

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