Paperspace drawing problem #462
Unanswered
melihpeker-pointr
asked this question in
Q&A
Replies: 1 comment 2 replies
-
the most likely cause of the cropping issue is that there are entities very far from the main drawing that you want to view. you either need to set the view limits manually or remove the extra entities, either manually or using ezdxf before drawing. If the problem is something else and you provide a minimal example of the problem then a better solution might be possible. rendering entities through viewports is not implemented so drawing them as rectangles is to be expected. This was not a feature that I needed so I neglected to implement it but it should be possible to do. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have a DXF file which contains 3 floors in it. Those floors are drawn together in Model layout and also there are 3 paperspace sheets in which all of those are shown one by one. When I view that dxf with Autodesk Viewer, everything look fine but when I use cad_viewer.py and the Model layout shows very small, (it shows the layout from very very far away, I need to zoom like 10x for a reasonable view like follows: (there is tiny dot in the center which is the Model layout :) )

Also, when I try to view layouts, although I can view that layout on Autodesk Viewer without a problem, I can see nothing but a viewport entity as following:
The question is how to fix the small view on Model layout (I tried to use bbox but it didn't work also) and how to properly draw paperspace layouts which have only viewport entities?
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions