Jump to content

Recommended Posts

Posted (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 by dober
Posted
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.

Posted

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?

Posted

Thanks for reply

 

linie.jpgBut to me the line type is not accepted.

Posted

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.

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...