Description:
Rounds the corners of a kinked curve with arcs of a single, specified radius.
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