Represents an element index within a Tree3d instance.
Inheritance Hierarchy SystemObject Grasshopper.Kernel.Geometry.SpatialTreesIndex3dT
Namespace:
Grasshopper.Kernel.Geometry.SpatialTrees
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public class Index3d<T> : IComparable<Index3d<T>>
Public Class Index3d(Of T)
Implements IComparable(Of Index3d(Of T))
Type Parameters
- T
The Index3dT type exposes the following members.
Constructors
| Name | Description |
---|
| Index3dT | Initializes a new instance of the Index3dT class |
TopProperties
| Name | Description |
---|
| GlobalIndex |
Gets the item index within the tree global list.
|
| Item |
Gets the actual item.
|
| LocalIndex |
Gets the index within the node index list.
|
| Node |
Gets the node of the tree in which this element is stored.
|
TopMethods See Also