Node3d(T).ChildCount Property

Node3dTChildCount Property

Gets the number of defined child nodes. Leaf nodes have no children. Root and twig nodes can have anywhere between 1 and 8 children.

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

Property Value

Type: Int32

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

See Also