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
)
Sub Flatten (
Optional path As GH_Path = Nothing
)
Parameters
- path (Optional)
- Type: Grasshopper.Kernel.DataGH_Path
The path of the flattened data. If null, the path will be {0}
See Also