M_Rhino_Geometry_Curve_CreateFillet - mcneel/rhinocommon-api-docs GitHub Wiki

Curve.CreateFillet Method

Computes the fillet arc for a curve filleting operation.

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

Syntax

C#

public static Arc CreateFillet(
	Curve curve0,
	Curve curve1,
	double radius,
	double t0Base,
	double t1Base
)

VB

Public Shared Function CreateFillet ( 
	curve0 As Curve,
	curve1 As Curve,
	radius As Double,
	t0Base As Double,
	t1Base As Double
) As Arc

Parameters

 

curve0
Type: Rhino.Geometry.Curve
First curve to fillet.
curve1
Type: Rhino.Geometry.Curve
Second curve to fillet.
radius
Type: System.Double
Fillet radius.
t0Base
Type: System.Double
Parameter on curve0 where the fillet ought to start (approximately).
t1Base
Type: System.Double
Parameter on curve1 where the fillet ought to end (approximately).

Return Value

Type: Arc
The fillet arc on success, or Arc.Unset on failure.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Curve Class
Rhino.Geometry Namespace

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