Click or drag to resize

DataTreeTFlatten Method

Flattens the entire tree into a single path.

Namespace:  Grasshopper
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void Flatten(
	GH_Path flatten_path = null
)

Parameters

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