NXOpen .NET Reference  12.0.0
Public Member Functions | Protected Member Functions | Properties | List of all members
NXOpen.Routing.AnchorCollection Class Reference

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

Inheritance diagram for NXOpen.Routing.AnchorCollection:

Public Member Functions

NXOpen.Routing.Anchor[] ToArray ()
 Returns an array of NXOpen.Routing.Anchor objects. More...
 
unsafe NXOpen.Routing.Anchor CreateAnchor (NXOpen.Point3d origin)
 Creates a NXOpen.Routing.Anchor object. More...
 
unsafe NXOpen.Routing.Anchor CreateAnchor (NXOpen.Point3d position, NXOpen.Point point)
 Creates a NXOpen.Routing.Anchor object. More...
 

Protected Member Functions

override int EnumerateMoveNext (ref Tag currentTag, byte[] state)
 Advances the enumerator to the next element of the collection. More...
 

Properties

Tag Tag [get]
 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

unsafe NXOpen.Routing.Anchor NXOpen.Routing.AnchorCollection.CreateAnchor ( NXOpen.Point3d  origin)

Creates a NXOpen.Routing.Anchor object.

Created in NX4.0.0

License requirements: routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")

Parameters
originOrigin of the Anchor
Returns
unsafe NXOpen.Routing.Anchor NXOpen.Routing.AnchorCollection.CreateAnchor ( NXOpen.Point3d  position,
NXOpen.Point  point 
)

Creates a NXOpen.Routing.Anchor object.

Created in NX4.0.0

License requirements: routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")

Parameters
positionThis can be a null reference (Nothing in Visual Basic)
pointAnchor to this. If this is a null reference (Nothing in Visual Basic) use position
Returns
override int NXOpen.Routing.AnchorCollection.EnumerateMoveNext ( ref Tag  currentTag,
byte[]  state 
)
protected

Advances the enumerator to the next element of the collection.

NXOpen.Routing.Anchor [] NXOpen.Routing.AnchorCollection.ToArray ( )

Returns an array of NXOpen.Routing.Anchor objects.

Property Documentation

Tag NXOpen.Routing.AnchorCollection.Tag
get

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.