Index3d(T) Constructor

Index3dT Constructor

Initializes a new instance of the Index3dT class

Namespace:  Grasshopper.Kernel.Geometry.SpatialTrees
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public Index3d(
	Node3d<T> node,
	int nodeIndex
)
Public Sub New ( 
	node As Node3d(Of T),
	nodeIndex As Integer
)

Parameters

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