You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by Ganti4270 August 15, 2024
while learning the usage of ezdxf package, i tried dimension a line in my code similar to the code in the example of documentation "Tutorial for Linear Dimensions" it draws fine, (I opened it in AutoCAD 2021), but when i move the dimensions in autocad ALL the texts disappear , dimensions arrow style changes , the text disappears,
is there some issue or am i doing something wrong (like wise the examples of the above site)
also I do not know how 1000 & 50 are being shown as the distance between the points are 10 and 0.5
I opened the AutoCAD and checked that the DIMLFAC is set to 100 which i did not change in the code
for ease i have uploaded the python file (renamed it as .txt)
This discussion was converted from issue #1148 on August 17, 2024 12:55.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Discussed in #1145
Originally posted by Ganti4270 August 15, 2024
while learning the usage of ezdxf package, i tried dimension a line in my code similar to the code in the example of documentation "Tutorial for Linear Dimensions" it draws fine, (I opened it in AutoCAD 2021), but when i move the dimensions in autocad ALL the texts disappear , dimensions arrow style changes , the text disappears,
i even tried some example of code from net
https://www.programcreek.com/python/example/111542/ezdxf.new
example 15 , this specifically does not happens for the dims that have 1000 & 50
is there some issue or am i doing something wrong (like wise the examples of the above site)
also I do not know how 1000 & 50 are being shown as the distance between the points are 10 and 0.5
I opened the AutoCAD and checked that the DIMLFAC is set to 100 which i did not change in the code
for ease i have uploaded the python file (renamed it as .txt)
CheckingEzdxfUsage .txt
Beta Was this translation helpful? Give feedback.
All reactions