Click or drag to resize

IGH_StructureFlatten Method

Flattens the entire structure into a single path.

Namespace:  Grasshopper.Kernel.Data
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
void Flatten(
	GH_Path path = null
)

Parameters

path (Optional)
Type: Grasshopper.Kernel.DataGH_Path
The path of the flattened data. If null, the path will be {0}
See Also