dober Posted August 16, 2010 Posted August 16, 2010 (edited) Need Your Help I would like to create this multi-Lisp-lines. And also, to a same line style, but the line style to me is not accepted. Thank you Brauche eure Hilfe Ich will mit Lisp Standards eingehalten Multilinien ERSTELLEN. Und weise Auch same Eine Linienstil zu, ABER der Linienstil WIRD MIR Nicht übernommen. Danke KT.zip Edited August 16, 2010 by dober Quote
The Buzzard Posted August 16, 2010 Posted August 16, 2010 Need Your Help I would like to create this multi-Lisp-lines. And also, to a same line style, but the line style to me is not accepted. Thank you Brauche eure Hilfe Ich will mit Lisp Standards eingehalten Multilinien ERSTELLEN. Und weise Auch same Eine Linienstil zu, ABER der Linienstil WIRD MIR Nicht übernommen. Danke Hi dober, I am not sure, But if your CAD package is in German then the following may help. Langauge compatibility issue. I changed this (command [color=red]"_mline"[/color] "_J" "_z" "_scale" width "") (command [color=red]"_mline"[/color]) to this (command [color=red]"._mline"[/color] "_J" "_z" "_scale" width "") (command [color=red]"._mline"[/color]) Also the layer was not setting current, So I changed this (setvar [color=red]'clayer[/color] "acduct") to this (setvar [color=red]"clayer"[/color] "acduct") Not sure if this helps, But give it a try. Quote
The Buzzard Posted August 16, 2010 Posted August 16, 2010 I just noticed th KT.lin file which is a line style file and not a multiline style. Is that what you were referring to? Quote
dober Posted August 16, 2010 Author Posted August 16, 2010 Thanks for reply But to me the line type is not accepted. Quote
The Buzzard Posted August 16, 2010 Posted August 16, 2010 I am not so sure about that since I do not work with multiline, But I do not think you can create a multiline that complex. You will need to wait for the experts I guess. 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.