Description
This method allows you to create a radius corner between two curves.
Syntax
RadiusCorner( FirstCurve, SecondCurve, Radius, TrimOption );
|
Input: (ISkCurve) FirstCurve |
First curve in radius corner. |
|
Input: (ISkCurve) SecondCurve |
Second curve in radius corner. |
|
Input: (Double) Radius |
Radius of corner. |
|
Input: (SketchTrimOption) TrimOption |
Defines if deleted ends of curves are from side of intersection point. |
Note
The function is not implemented yet.