QCAD - 2D CAD System.
Click here for a documentation of the DokuWiki formatting syntax that can be used in reports
Please search for existing tasks (also closed ones) before opening a new task.
Please make sure that you are using the latest Version of QCAD before posting a bug (menu Help - Check for Updates)
FS#538 - add to / remove from hatch
Attached to Project:
QCAD
Opened by Stefan (stefan) - Friday, 06 April 2012, 17:19 GMT+2
Last edited by Andrew (andrew) - Wednesday, 25 April 2012, 10:50 GMT+2
Opened by Stefan (stefan) - Friday, 06 April 2012, 17:19 GMT+2
Last edited by Andrew (andrew) - Wednesday, 25 April 2012, 10:50 GMT+2
|
Details
Given a hatch, it would be very useful if one could add another closed polyline to the existing hatch or remove the overlapping area from the existing hatch. |
This task depends upon
Perhaps this feature may be implemented easily by treating a hatch like a polyline, for which "add node" and "delete node" already exist?
Or even simpler: a tool that converts a hatch into one or more polyline(s).
Thanks for the suggestions.
Please note that a polyline in QCAD (DXF/DWG) is defined as a sequence of line segments and arc segments.
A hatch boundary on the other hand may contain line, arc, ellipse arc and spline segments.
Your best option at the moment might be:
that's just perfect for my use case, thank you!