Click or drag to resize

IGH_Structure.Simplify Method

Simplify the data structure by removing path indices shared by all branches.

Namespace:  Grasshopper.Kernel.Data
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
void Simplify(
	GH_SimplificationMode mode
)

Parameters

mode
Type: Grasshopper.Kernel.Data.GH_SimplificationMode
Simplification algorithm to use.
See Also