Click or drag to resize

CurveTryGetArc Method (Plane, Arc)

Try to convert this curve into an Arc using RhinoMath.ZeroTolerance.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool TryGetArc(
	Plane plane,
	out Arc arc
)

Parameters

plane
Type: Rhino.GeometryPlane
Plane in which the comparison is performed.
arc
Type: Rhino.GeometryArc
On success, the Arc will be filled in.

Return Value

Type: Boolean
true if the curve could be converted into an arc within the given plane.
See Also