Click or drag to resize

GH_Hatch Constructor (GH_Hatch)

Create a duplicate of another GH_Hatch. This constructor also copies reference data.

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_Hatch(
	GH_Hatch other
)

Parameters

other
Type: Grasshopper.Kernel.TypesGH_Hatch
Hatch to duplicate
See Also