Click or drag to resize

ArcCurve Constructor (Arc)

Initializes a new ArcCurve instance, copying values from another Arc.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public ArcCurve(
	Arc arc
)

Parameters

arc
Type: Rhino.GeometryArc
Another Arc.
See Also