Article | 70002594 |
Type | Wish |
Product | Engine |
Version | 1102 |
Date Added | 11/19/2024 12:00:00 AM |
Fixed | 11.3.2.0 (11/23/2024 12:00:00 AM) |
Submitted by | Rafael de Freitas |
Summary
Fillet command to work with polylines
Solution
In version 11.3.2.0 we added in the Fillet and FilletEx (with radius) commands the ability to work with vdPolylines.
Regarding the Fillet override method of vdLine.vdArc and vdPolyline note the following.
The Fillet override of vdPolyline figure can take as parameter a vdLine , vdArc and a vdPolyline object. The result polyline is returned in the calling polyline figure.
The fillet override of vdLine and vdArc did not change because the result polyline cannot be returned. Instead you can convert the line and arc into a polyline (with AsPolyline() method) and then call the Fillet override of that polyline in order to get the result also.