Lisp to change dimscale, LTS, PSLTS and MSLTS all at once as well as Cannoscale

Lisp to change dimscale, LTS, PSLTS and MSLTS all at once as well as Cannoscale

jcarter33T87
Explorer Explorer
309 Views
1 Reply
Message 1 of 2

Lisp to change dimscale, LTS, PSLTS and MSLTS all at once as well as Cannoscale

jcarter33T87
Explorer
Explorer

Hello, just like the title says.  I'm sure it has been done before.  I want the lisp to prompt me for the dimscale, then automatically set lts, pslts and mslts to 1.  Then at the end, prompt me to set the Cannoscale.

 

jcarter33T87_0-1721234421507.png

I think the attached image should self explain.

0 Likes
Accepted solutions (1)
310 Views
1 Reply
Reply (1)
Message 2 of 2

Moshe-A
Mentor
Mentor
Accepted solution

@jcarter33T87  HI,

 

For this kind of automation, menu macro is more suitable. open CUI create a new button tool and append it\create new toolbar. 

 

[Linetype Scale in Chain]^C^CLTSCALE \PSLTSCALE 1 MSLTSCALE 1 CANNOSCALE 1:1;

 

Moshe

0 Likes