Author Topic: Change Line Scale for nested *Lines  (Read 682 times)

0 Members and 1 Guest are viewing this topic.

jtm2020hyo

  • Newt
  • Posts: 198
Change Line Scale for nested *Lines
« on: January 20, 2022, 06:19:13 PM »
anyone could share any old lisp to change lines scales for selected lines or layers.

BIGAL

  • Swamp Rat
  • Posts: 1411
  • 40 + years of using Autocad
Re: Change Line Scale for nested *Lines
« Reply #1 on: January 20, 2022, 06:32:40 PM »
Hmmm

Code: [Select]
(command "chprop" (ssget) "" "S" (getreal "\nEnter scale ") "")

Let you add the layer or lines etc
A man who never made a mistake never made anything