Differentiate model from layout #1162
Answered
by
rurban
danikolovv
asked this question in
Q&A
-
Hello, Is there a way to check if a Dwg_Entity_INSERT or Dwg_Entity_LWPOLYLINE (for example) are from Model or Layout, using LibreDWG? Thanks, |
Beta Was this translation helpful? Give feedback.
Answered by
rurban
Jun 23, 2025
Replies: 1 comment
-
Yes, by looking at COMMON.entmode you can see if any entity belongs to model_space, a block or paper_space |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rurban
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, by looking at COMMON.entmode you can see if any entity belongs to model_space, a block or paper_space