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

Represents a collection of Anchor objects. More...

Inheritance diagram for NXOpen::Routing::AnchorCollection:
NXOpen::TaggedObjectCollection

List of all members.

Classes

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

Public Member Functions

iterator begin ()
 Returns an iterator addressing the first element.
NXOpen::Routing::AnchorCreateAnchor (const NXOpen::Point3d &origin)
 Creates a Anchor object.
NXOpen::Routing::AnchorCreateAnchor (const NXOpen::Point3d &position, NXOpen::Point *point)
 Creates a Anchor object.
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 Anchor objects.


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

Created in NX4.0.0.


Member Function Documentation

Returns an iterator addressing the first element.

Creates a Anchor object.

Returns:

Created in NX4.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
Parameters:
originOrigin of the Anchor

Creates a Anchor object.

Returns:

Created in NX4.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
Parameters:
positionThis can be NULL
pointAnchor to this. If this is NULL use position

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.