Click or drag to resize

GH_Centermark Constructor (GH_Centermark)

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

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

Parameters

other
Type: Grasshopper.Kernel.TypesGH_Centermark
GH_Centermark to duplicate
See Also