Grasshopper API
Index3dT Class |
Represents an element index within a Tree3d instance.

Namespace: Grasshopper.Kernel.Geometry.SpatialTrees
Assembly: Grasshopper (in Grasshopper.dll)

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.


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.
|

