- Status Closed
- Percent Complete
- Task Type Bug Report
- Category QCAD (main)
-
Assigned To
andrew - Operating System All
- Severity Low
- Priority Very Low
- Reported Version 3.24.3
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#2078 - Draw > Hatch: Small gap tolerated by QCAD, not by DXF/DWG
https://qcad.org/rsforum/viewtopic.php?f=33&t=7254
It seems to be an accuracy problem.
The original hatch boundaries are defined from 732 single entities.
These interconnect with an accuracy better then 1e-10 except for a gap of 0.000814 in two places.
Creating a Hatch of these entities with TA-HA is rather slow but succesfull.
After Save-Close-Open the Hatch may look different or may even be missing (=Null).
Suspected is that:
The recreation off the Hatch on load uses some other accuracy setting.
The outer boundary is not found and only some inner ones are considered as outer.
But that explains not why it looks fine after initial creation.
Nor that the outcome of a retry may vary.
Regards,
CVH
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
The cause seems to be a small gap (0.00081428) between
247.33233151,252.66476252
247.33290729,252.66418674
Possibly others as well.
This is just about acceptable by QCAD (<0.001), but not by the OpenDesign libraries or the DXF/DWG format. The implemented solution lets QCAD insert a tiny bridge element in the hatch boundary to cover that case.