GH_Arc Constructor (GH_Arc)

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
)
Public Sub New ( 
	other As GH_Arc
)

Parameters

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