Click or drag to resize

GH_Hatch Constructor (Guid)

Create a new referenced hatch that references a Rhino hatch with the specified ID.

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

Parameters

ref_guid
Type: SystemGuid
ID of hatch object to reference.
See Also