Click or drag to resize

GH_Arc Constructor (GH_Arc)

Create a duplicate of another arc

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

Parameters

other
Type: Grasshopper.Kernel.TypesGH_Arc
Arc to copy. If null, a default arc will be created.
See Also