Message 1 of 3
Converting Linetypes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am creating a LISP routine that processes imported cad data. One of the things I would like to do is convert linetypes. I want to convert a linetype that is solid to CONTINUOUS and one that is dashed to HIDDEN. For example I have files with the linetype SLD-SOLID which is a solid line and is identical to CONTINUOUS. Is there a way I can analyze a linetype and convert it to an existing linetype? I was thinking about possibly dumping them out to a LIN file and building a list from that file. Thoughts?
Thanks!