Circle.TryFitCircleTT Method

CircleTryFitCircleTT Method

Try to fit a circle to two curves using tangent relationships.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static Circle TryFitCircleTT(
	Curve c1,
	Curve c2,
	double t1,
	double t2
)
Public Shared Function TryFitCircleTT ( 
	c1 As Curve,
	c2 As Curve,
	t1 As Double,
	t2 As Double
) As Circle

Parameters

c1
Type: Rhino.GeometryCurve
First curve to touch.
c2
Type: Rhino.GeometryCurve
Second curve to touch.
t1
Type: SystemDouble
Parameter on first curve close to desired solution.
t2
Type: SystemDouble
Parameter on second curve closet to desired solution.

Return Value

Type: Circle
Valid circle on success, Circle.Unset on failure.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also