leonucadomi Posted July 11, 2023 Posted July 11, 2023 hello people: I have a file with a linetype not found in the acadiso.lin file this... what I want is to know if I can extract the characteristics of this type of line For example: and with this information manually incorporate it into the acaiso.lin file so that it is available in all sessions. any comment is appreciated. thank you Quote
devitg Posted July 11, 2023 Posted July 11, 2023 50 minutes ago, leonucadomi said: hello people: I have a file with a linetype not found in the acadiso.lin file this... what I want is to know if I can extract the characteristics of this type of line For example: and with this information manually incorporate it into the acaiso.lin file so that it is available in all sessions. any comment is appreciated. thank you @leonucadomi you have to create such linetype . gathering data from the original line Quote
eldon Posted July 11, 2023 Posted July 11, 2023 What name is the linetype? There are ones that look similar in Civil Quote
leonucadomi Posted July 11, 2023 Author Posted July 11, 2023 the linetype is called VALS , it is in a file that i am using precisely what I want is to extract the data from that type of line to add it to the acadiso.lin file Quote
leonucadomi Posted July 11, 2023 Author Posted July 11, 2023 14 minutes ago, eldon said: You could Google LinOut.lsp. excellent tool is exactly what I need. thanks Quote
BIGAL Posted July 12, 2023 Posted July 12, 2023 (edited) You don't need to add to acad.lin, we always had a Custom.lin, it had like 50 linetypes in it, if you load a linetype into your template DWT then its already loaded. Type Linetype and can pick say custom.lin and select 1 or more linetypes, this can be done in a lsp or script. Looks a bit like Equal, we had a few of these for road linetypes. *EQUAL100,_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ A,3.00,-3.00 Edited July 12, 2023 by BIGAL Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.