Node3dTIndicesRecursive Property |
Gets the list of item indices that are contained within this node and any child nodes.
Namespace:
Grasshopper.Kernel.Geometry.SpatialTrees
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public List<int> IndicesRecursive { get; }
Public ReadOnly Property IndicesRecursive As List(Of Integer)
Get
Property Value
Type:
ListInt32[Missing <value> documentation for "P:Grasshopper.Kernel.Geometry.SpatialTrees.Node3d`1.IndicesRecursive"]
See Also