Grasshopper.Kernel.Geometry.SpatialTrees Namespace

Grasshopper.Kernel.Geometry.SpatialTrees Namespace

Classes
  ClassDescription
Public classIndex3dT
Represents an element index within a Tree3d instance.
Public classNode3dT
Basic node in a Tree3d structure. Nodes in tree structures maintain a local region and either a list of content indices or a list of up to 8 child nodes.
Public classTreeDelegates
Provides a bunch of standard coordinate extractor methods.
Delegates
  DelegateDescription
Public delegateCoordinates3dT
Delegate for coordinate retrieval.
Public delegateValidation3dT
Delegate to be used during advanced customized searches.