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