Skipped entity message when calling "draw_layout" function part of the FRONTEND module on the drawing add on #631
-
Hi, I was wondering if there are any tips on how to avoid the skipped entity message when calling the message: "skipped entity ATTRIB(#None). Reason: "invisible"" I was exploring the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Create your own Frontend by inheriting from |
Beta Was this translation helpful? Give feedback.
Create your own Frontend by inheriting from
ezdxf.adddons.drawing.frontend.Frontend
and override theskip_entity()
method.