View Issue Details

IDProjectCategoryView StatusLast Update
0004486TechDrawBugpublic2022-02-01 15:14
ReporterDeepSOIC Assigned Towandererfan  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Target Version0.20Fixed in Version0.20 
Summary0004486: Detail view is empty if the object is not a solid
Descriptionand a warning is printed to report view:
DVD::execute - Detail - detail area contains no geometry
Steps To Reproduce1. 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 Informationforum thread: https://forum.freecadweb.org/viewtopic.php?f=3&t=51896
TagsDetail View, DrawViewDetail
FreeCAD InformationOS: 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)

Activities

wandererfan

2022-01-25 20:18

manager   ~0016310

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.

wandererfan

2022-02-01 15:14

manager   ~0016329

fixed by commit 3e959f466f

wandererfan

2022-02-01 15:14

manager   ~0016330

closed.

Issue History

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