Click or drag to resize

IGH_StructureSimplify 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.DataGH_SimplificationMode
Simplification algorithm to use.
See Also