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

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

Inheritance diagram for NXOpen::Routing::MiterCornerCollection:
NXOpen::TaggedObjectCollection

Classes

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

Public Member Functions

NXOpen::Routing::MiterCornerAssignCorner (NXOpen::Routing::ControlPoint *rcp)
 Assigns a new miter 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...
 
std::vector
< NXOpen::Routing::MiterCorner * > 
GetMitersAssociatedToStock (NXOpen::Routing::Stock *stock)
 Return miter corners referenced by the given NXOpen::Routing::Stock . More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

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


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

Created in NX4.0.0.

Member Function Documentation

NXOpen::Routing::MiterCorner* NXOpen::Routing::MiterCornerCollection::AssignCorner ( NXOpen::Routing::ControlPoint rcp)

Assigns a new miter corner to the given control point.

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

License requirements : routing_advanced ("Routing Advanced")
Parameters
rcpRoute control point to miter.
iterator NXOpen::Routing::MiterCornerCollection::begin ( )

Returns an iterator addressing the first element.

iterator NXOpen::Routing::MiterCornerCollection::end ( )

Returns an iterator addressing one past the last element.

std::vector<NXOpen::Routing::MiterCorner *> NXOpen::Routing::MiterCornerCollection::GetMitersAssociatedToStock ( NXOpen::Routing::Stock stock)

Return miter corners referenced by the given NXOpen::Routing::Stock .

Returns

Created in NX4.0.0.

License requirements : routing_advanced ("Routing Advanced")
Parameters
stockstock
tag_t NXOpen::Routing::MiterCornerCollection::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.