BKT 发表于 2022-7-5 19:09:03

I think I see what's going on.Try these changes:
 

(setq       TREADWIDTH    (getdist "\nWhat tread width?: ")   LOWERFLOOR   (nentselp (getpoint "\nSelect lower floor: "))   LOWERFLOORPICK   (cadr LOWERFLOOR) ; here   LOWERFLOOR       (entget (car LOWERFLOOR)) ; here   UPPERFLOOR    (entsel "\nSelect upper floor: ")   UPPERFLOORPICK    (car (cdr UPPERFLOOR))   UPPERFLOOR    (entget (car UPPERFLOOR))   PROBLEM    0 )
页: 1 [2]
查看完整版本: Stair section LISP - Help!