View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004486 | TechDraw | Bug | public | 2020-11-07 01:35 | 2022-02-01 15:14 |
| Reporter | DeepSOIC | Assigned To | wandererfan | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Target Version | 0.20 | Fixed in Version | 0.20 | ||
| Summary | 0004486: Detail view is empty if the object is not a solid | ||||
| Description | and a warning is printed to report view: | ||||
| Steps To Reproduce | 1. Create a sketch. Draw a hexagon. Close. 2. create TD page. 3. Insert a view of the sketch. 4. select the view, create a Detail View. 5. in the dialog, move the view focus to somewhere where there is geometry -> nothing appears in detail view. Nothing appears in case the object is a shell, either. It does work when the object is a solid. | ||||
| Additional Information | forum thread: https://forum.freecadweb.org/viewtopic.php?f=3&t=51896 | ||||
| Tags | Detail View, DrawViewDetail | ||||
| FreeCAD Information | OS: Windows 10 (10.0) Word size of OS: 64-bit Word size of FreeCAD: 64-bit Version: 0.19.22474 (Git) Build type: Release Branch: master Hash: a44f8ffd427fa9b23b1f00dbf62d66cd152cd774 Python version: 3.8.5 Qt version: 5.12.6 Coin version: 4.0.0 OCC version: 7.4.0 Locale: English/United States (en_US) | ||||
|
|
The detail view uses a boolean intersection to find the area of interest in the source. Since "Module" is a Face, the boolean intersection does not give the desired result. *hack* A detail drawing could be produced by padding "Module" by a small amount, making a view of the Pad, then making a detail of the new view. |
|
|
fixed by commit 3e959f466f |
|
|
closed. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2020-11-07 01:35 | DeepSOIC | New Issue | |
| 2020-11-07 01:35 | DeepSOIC | Tag Attached: Detail View | |
| 2020-11-07 01:35 | DeepSOIC | Tag Attached: DrawViewDetail | |
| 2021-02-06 06:38 | abdullah | Target Version | => 0.20 |
| 2022-01-25 20:18 | wandererfan | Note Added: 0016310 | |
| 2022-01-25 20:18 | wandererfan | Assigned To | => wandererfan |
| 2022-01-25 20:18 | wandererfan | Status | new => feedback |
| 2022-02-01 15:14 | wandererfan | Status | feedback => resolved |
| 2022-02-01 15:14 | wandererfan | Resolution | open => fixed |
| 2022-02-01 15:14 | wandererfan | Fixed in Version | => 0.20 |
| 2022-02-01 15:14 | wandererfan | Note Added: 0016329 | |
| 2022-02-01 15:14 | wandererfan | Status | resolved => closed |
| 2022-02-01 15:14 | wandererfan | Note Added: 0016330 |
FreeCAD