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

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

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

List of all members.

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.
iterator begin ()
 Returns an iterator addressing the first element.
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::CopeCorner objects.


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

Created in NX4.0.0.


Member Function Documentation

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_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
Parameters:
rcpRoute control point to cope.
copeStocksStocks to cope

Returns an iterator addressing the first element.

Returns an iterator addressing one past the last element.

Returns the tag of this object.


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