Node3d(T).NodeDepth Property

Node3dTNodeDepth Property

Gets the recursive depth of this node. The tree root is at depth zero. The first subdivision is at depth one, and so on and so forth.

Namespace:  Grasshopper.Kernel.Geometry.SpatialTrees
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public int NodeDepth { get; }
Public ReadOnly Property NodeDepth As Integer
	Get

Property Value

Type: Int32

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

See Also