M_Rhino_Geometry_Curve_TryGetArc_1 - mcneel/rhinocommon-api-docs GitHub Wiki

Curve.TryGetArc Method (Arc, Double)

Try to convert this curve into an Arc using a custom tolerance.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public bool TryGetArc(
	out Arc arc,
	double tolerance
)

VB

Public Function TryGetArc ( 
	<OutAttribute> ByRef arc As Arc,
	tolerance As Double
) As Boolean

Parameters

 

arc
Type: Rhino.Geometry.Arc
On success, the Arc will be filled in.
tolerance
Type: System.Double
Tolerance to use when checking.

Return Value

Type: Boolean
true if the curve could be converted into an arc.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Curve Class
TryGetArc Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️