Adding custom Line Types

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Adding custom Line Types

mmikulka
I am looking for instructions to upload a file with custom line types.  is this possible?  If so, is the formatting of the file the same as other CAD programs?
Reply | Threaded
Open this post in threaded view
|

Re: Adding custom Line Types

dxli
The current code base doesn't allow user defined line types:

https://github.com/LibreCAD/LibreCAD/blob/master/librecad/src/lib/gui/rs_linetypepattern.cpp

If needed, we can design a way to allow customized line types.