Predefined Line Types #941
mozman
started this conversation in
Show and tell
Replies: 0 comments
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.
-
When you create a new DXF document using
ezdxf
, no line types are set up by default. To set up some predefined line types, add thesetup=True
orsetup=["linetypes"]
argument:This will create the following predefined line types:
The name of the line type is the name shown above. As with all table entries, the name is not case sensitive.
See also:
Beta Was this translation helpful? Give feedback.
All reactions