Returns the trimming angle, in degrees, for ellipse where it makes the closest approach to line. The line need not actually touch the ellipse.
trimTanEllipse ( ellipse As Part, _
line As Part ) As Number
| Argument | Type | Description |
|---|---|---|
| ellipse | Part | An ellipse part |
| line | Part | A line, closest point to which on the ellipse defines the desired angle |