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

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

Inheritance diagram for NXOpen::Routing::AnchorCollection:
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::AnchorCreateAnchor (const NXOpen::Point3d &origin)
 Creates a NXOpen::Routing::Anchor object. More...
 
NXOpen::Routing::AnchorCreateAnchor (const NXOpen::Point3d &position, NXOpen::Point *point)
 Creates a NXOpen::Routing::Anchor 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::Anchor objects.

Iterating this collection only returns live uncondemned objects contained in the owning part of the collection. Note that NXOpen::Routing::Anchor is a smart object and many smart objects are condemned as they only exist to support other objects and are not displayed.
To obtain an instance of this class, refer to NXOpen::Routing::RouteManager

Created in NX4.0.0.

Member Function Documentation

iterator NXOpen::Routing::AnchorCollection::begin ( )

Returns an iterator addressing the first element.

NXOpen::Routing::Anchor* NXOpen::Routing::AnchorCollection::CreateAnchor ( const NXOpen::Point3d origin)

Creates a NXOpen::Routing::Anchor object.

Returns

Created in NX4.0.0.

License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")
Parameters
originOrigin of the Anchor
NXOpen::Routing::Anchor* NXOpen::Routing::AnchorCollection::CreateAnchor ( const NXOpen::Point3d position,
NXOpen::Point point 
)

Creates a NXOpen::Routing::Anchor object.

Returns

Created in NX4.0.0.

License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")
Parameters
positionThis can be NULL
pointAnchor to this. If this is NULL use position
iterator NXOpen::Routing::AnchorCollection::end ( )

Returns an iterator addressing one past the last element.

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