Click or drag to resize

GH_Material Constructor (GH_Material)

Copy another GH_Material instance.

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

Parameters

other
Type: Grasshopper.Kernel.TypesGH_Material
Material to mimic.
See Also