Click or drag to resize

ArcCurve Constructor (ArcCurve)

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

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

Parameters

other
Type: Rhino.GeometryArcCurve
Another ArcCurve.
See Also