Click or drag to resize

CurveCreateFilletCornersCurve Method

Rounds the corners of a kinked curve with arcs of a single, specified radius.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public static Curve CreateFilletCornersCurve(
	Curve curve,
	double radius,
	double tolerance,
	double angleTolerance
)

Parameters

curve
Type: Rhino.GeometryCurve
The curve to fillet.
radius
Type: SystemDouble
The fillet radius.
tolerance
Type: SystemDouble
The tolerance. When in doubt, use the document's model space absolute tolerance.
angleTolerance
Type: SystemDouble
The angle tolerance in radians. When in doubt, use the document's model space angle tolerance.

Return Value

Type: Curve
The filleted curve if successful. null on failure.
See Also