Code Red > AutoLISP (Vanilla / Visual)

Dimensioning

(1/1)

rugaroo:
Is there a way to build a selection set of all dimensions/leaders in model, and then another selection of all dims/leaders in paper? If there is a way I can, can I just do it with lisp, or do I have to use vl?

Rug

daron:
Filter command should work?

SMadsen:
(setq ssModel (ssget "X" '((0 . "DIMENSION,LEADER")(67 . 0))))

(setq ssPaper (ssget "X" '((0 . "DIMENSION,LEADER")(67 . 1))))

Navigation

[0] Message Index

Go to full version