Node3d(T).TrimExcess Method

Node3dTTrimExcess Method

Trim the excess space on all index lists. You can call this method to reduce memory usage. It will not modify the tree in any functional way.

Namespace:  Grasshopper.Kernel.Geometry.SpatialTrees
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void TrimExcess()
Public Sub TrimExcess
See Also