Gets whether this node is a leaf node. Leaf nodes have no child nodes.
Namespace:
Grasshopper.Kernel.Geometry.SpatialTrees
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public bool IsLeaf { get; }
Public ReadOnly Property IsLeaf As Boolean
Get
Property Value
Type:
Boolean[Missing <value> documentation for "P:Grasshopper.Kernel.Geometry.SpatialTrees.Node3d`1.IsLeaf"]
See Also