How to use linetypes? #468
-
I am trying to change the different type of lines to draw. I followed the tutorial on adding the different lines seen here: https://ezdxf.readthedocs.io/en/stable/tutorials/linetypes.html But when I somehow not finding how to change the type of the line I am actually drawing, here is an example of what I am trying to achieve: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
This is not how to ask question.~
|
Beta Was this translation helpful? Give feedback.
-
Most DXF resources are referenced by their name like |
Beta Was this translation helpful? Give feedback.
Most DXF resources are referenced by their name like
... dxfattribs={"linetype": "DOTTED}
orentity.dxf.linetype = "DOTTED"
, for more information about the common graphical DXF attributes see the docs.