Cad Viewer ignores the "invisible" attribute #465
-
Hi, while drawing some of the blocks of some of the DXF files via cad_viewer.py, I get problematic views. For example, a desk block can be seen via Autodesk Viewer as this: However when I try to view the same DXF, same place, same blocks, same layers ON, I get a view like this on CAD Viewer: Is there anyone encountered a similar problem? What could be the causing of the problem? This is not a single DXF issue, I got the similar problem on some of my DXF files. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 14 replies
-
Please, upload DXF file as zip-archive. |
Beta Was this translation helpful? Give feedback.
-
@mbway The visibility status of the INSERT entity seems do be dependent from the invisible attribute. But this breaks some tests in 811 and I don't know why, because the "invisible" attribute is not used in the tests. Marked the failing tests by "xfail". |
Beta Was this translation helpful? Give feedback.
-
Collecting facts ... In the marked area are the same INSERT entities as above but with the "invisible" attribute set to 1: Fact 1: The "invisible" flag switches the INSERT off - independently from the LAYER state. |
Beta Was this translation helpful? Give feedback.
@mbway The visibility status of the INSERT entity seems do be dependent from the invisible attribute. But this breaks some tests in 811 and I don't know why, because the "invisible" attribute is not used in the tests. Marked the failing tests by "xfail".
Current result:
Fixed version: