Validation3d.T.
Delegate to be used during advanced customized searches.
Namespace: Grasshopper.Kernel.Geometry.SpatialTrees
Assembly: Grasshopper (in Grasshopper.dll)
Syntax
public delegate bool Validation3d<T>( T element, int globalIndex, Node3d<T> node)
element
Type:T
Potential hit.
globalIndex
Type:System.Int32
Index of item in global list.
node
Type: Grasshopper.Kernel.Geometry.SpatialTrees.Node3d.T.
Node containing the element.
T
Element type.
Type:Boolean
True if item can be included in the search, false if not.