Index3d(T).Node Property

Index3dTNode Property

Gets the node of the tree in which this element is stored.

Namespace:  Grasshopper.Kernel.Geometry.SpatialTrees
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public Node3d<T> Node { get; }
Public ReadOnly Property Node As Node3d(Of T)
	Get

Property Value

Type: Node3dT

[Missing <value> documentation for "P:Grasshopper.Kernel.Geometry.SpatialTrees.Index3d`1.Node"]

See Also