Click or drag to resize

Index3dT Constructor

Namespace:  Grasshopper.Kernel.Geometry.SpatialTrees
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public Index3d(
	Node3d<T> node,
	int nodeIndex
)

Parameters

node
Type: Grasshopper.Kernel.Geometry.SpatialTreesNode3dT
nodeIndex
Type: SystemInt32
See Also