Node3d(T) Constructor (Coordinates3d(T), BoundingBox)

Node3dT Constructor (Coordinates3dT, BoundingBox)

Create a new spatial tree root.

Namespace:  Grasshopper.Kernel.Geometry.SpatialTrees
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public Node3d(
	Coordinates3d<T> converter,
	BoundingBox region
)
Public Sub New ( 
	converter As Coordinates3d(Of T),
	region As BoundingBox
)

Parameters

converter
Type: Grasshopper.Kernel.Geometry.SpatialTreesCoordinates3dT
Converter delegate.
region
Type: BoundingBox
Bounding box for this node. The region should be big enough to contain all items you're going to insert.
See Also