M_Rhino_Geometry_Circle_TryFitCircleTT - mcneel/rhinocommon-api-docs GitHub Wiki
Try to fit a circle to two curves using tangent relationships.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static Circle TryFitCircleTT(
Curve c1,
Curve c2,
double t1,
double t2
)
VB
Public Shared Function TryFitCircleTT (
c1 As Curve,
c2 As Curve,
t1 As Double,
t2 As Double
) As Circle
- c1
- Type: Rhino.Geometry.Curve
First curve to touch. - c2
- Type: Rhino.Geometry.Curve
Second curve to touch. - t1
- Type: System.Double
Parameter on first curve close to desired solution. - t2
- Type: System.Double
Parameter on second curve closet to desired solution.
Type: Circle
Valid circle on success, Circle.Unset on failure.
Supported in: 6.0.16224.21491, 5D58w