Index3d.T.
Public Class
Public Method
Public Property
Public Property
Public Property
Public Property
Public Method
Represents an element index within a Tree3d instance.
Inheritance Hierarchy
System.Object
Grasshopper.Kernel.Geometry.SpatialTrees.Index3d.T.
Namespace: Grasshopper.Kernel.Geometry.SpatialTrees
Assembly: Grasshopper (in Grasshopper.dll)
Syntax
public class Index3d<T> : IComparable<Index3d<T>>
T
The Index3d.T. type exposes the following members.
Constructors
Name
Description
Public Method
Index3d.T.
Initializes a new instance of the Index3d.T. class
Properties
Name
Description
Public Property
GlobalIndex
Gets the item index within the tree global list.
Public Property
Item
Gets the actual item.
Public Property
LocalIndex
Gets the index within the node index list.
Public Property
Node
Gets the node of the tree in which this element is stored.
Methods
Name
Description
Public Method
CompareTo