Dimension in a block record does not show on drawing #556
Replies: 2 comments 4 replies
-
Hi @JorenPelfrene, This seems a limitation of the current version, when the dimensions are placed in the *model_space the blocks that draw the dimension are automatically generated, but if they are in a block, they don't appear because it doesn't generate the block. I'll open a branch to solve this issue. Thanks for the report! |
Beta Was this translation helpful? Give feedback.
-
Hi @DomCR, Let me summarize the results of my investigations regarding the visibility of dimensions: Scenarios My preliminary solution is:
Is it possible that the anonymous block needs an extra registration in the document - not only in the BlockRecords dicttionary? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
See below example where the generated dwg-file shows the line, but not the dimension annotation. Is it possible to have a Dimension entity be part of a block record? It only seems to show on the drawing if added to the CadDocument.Entities directly.
Beta Was this translation helpful? Give feedback.
All reactions