• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

change type line

  • Thread starter Thread starter Angelo2449
  • Start date Start date

Angelo2449

Guest
Hello everyone,
I can't change the type of line, from continuous to dotted.
In the present case the line type is > acad_iso02w100 <, if I use the command "_change" ....
I get a mistake.
Then I have the problem of loading the line type with the lisp, it doesn't work!
Thank you.
 
to load the line type:
(command "_linetype" "_l" "acad_iso02w100" (getvar "centerltypefile")

to change type of line:
(command "_change" yourselection "_pr" "_lt" yourtypeline "")
 
I take advantage of your experience,
How can I check if the line "acad_iso02w100" has already been loaded?
this to prevent the appearance of the request message '? ?
I try to set the style "courier new" with :
(command "_style" "courier new" "courier new.ttf" 0 1 0 """)
but it doesn't work.
Thank you.
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
Back
Top