Blocks Come in At Different Insert Scale? #1209
Replies: 1 comment
-
Welp, looks like all I had to do was set the base point at 0,0. Yay! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am working on a script that will group nearby entities on selected layers and create blocks. It works mostly, except that in the generated DXF file, the insertion scale defaults to Feet, while the source drawing is set to Inches or Unitless (doesn't seem to matter). This of course means the blocks are not placed where they should be. I have tried the
doc.header["$INSUNITS"] = 1
anddoc.header["$INSUNITS"] = InsertUnits.Inches
in various places but no dice. Any insight is appreciated.Beta Was this translation helpful? Give feedback.
All reactions