Author Topic: Changing individual enities linetype scales with lisp  (Read 2342 times)

0 Members and 1 Guest are viewing this topic.

TJAM51

  • Guest
Changing individual enities linetype scales with lisp
« on: July 19, 2005, 01:53:26 PM »
Below is a routine I use a lot. Everyone may reconize it. I would like to come up with a way to be able to change the enities (hidden lines created by the routine) to a lesser linetype scale. For example simply change the lines created by this routine to .500 lts. I know that if I use the command lttype scale it affects all lines in the drawing. I only want to adjust the last ones affected by the routine....


Thanks

Jeff_M

  • King Gator
  • Posts: 4096
  • C3D user & customizer
Re: Changing individual enities linetype scales with lisp
« Reply #1 on: July 19, 2005, 05:26:49 PM »
Quote from: TJAM51
Below is a routine I use a lot.
????????? Since you forgot the code I'll tell you both ways.......If you are adding an object and have the list obtained by (entget), either add or change the group 48 value to 0.5. If you have the vla-object then just change the linetypescale property to 0.50.