Click or drag to resize

GH_Arc Constructor (Arc)

Create a duplicate of another arc

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

Parameters

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