Description:

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

Syntax:
public static Curve CreateFilletCornersCurve(
Curve curve,
double radius,
double tolerance,
double angleTolerance
)
Parameters:
  • curve
  • Type: Curve
  • The curve to fillet.
  • radius
  • Type: double
  • The fillet radius.
  • tolerance
  • Type: double
  • The tolerance. When in doubt, use the document's model space absolute tolerance.
  • angleTolerance
  • Type: double
  • The angle tolerance in radians. When in doubt, use the document's model space angle tolerance.
Returns:
Type: Curve
The filleted curve if successful. None on failure.
Available since:
6.0

/
/
/
CreateFilletCornersCurve

CreateFilletCornersCurve method

Class:  Rhino.Geometry.Curve

Nothing found