Node3dTShrinkRegions Method |
Shrink the region for this node and all child nodes. Do not use this method if you intend
to add more items later as it creates spatial gaps in the tree structure. You can shrink nodes
if you're done adding items and want to start searching the tree.
Namespace:
Grasshopper.Kernel.Geometry.SpatialTrees
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public void ShrinkRegions()
See Also