Click or drag to resize

IGH_StructureRemovePath Method

Removes a path and all associated data from the structure. If the path doesn't exist, nothing will happen.

Namespace:  Grasshopper.Kernel.Data
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
void RemovePath(
	GH_Path path
)

Parameters

path
Type: Grasshopper.Kernel.DataGH_Path
Path the remove.
See Also