LISP TO SELECT ONLY BLOCKS WITH X SCALE NEGATIVE

LISP TO SELECT ONLY BLOCKS WITH X SCALE NEGATIVE

a.tawkXHKN6
Contributor Contributor
816 Views
1 Reply
Message 1 of 2

LISP TO SELECT ONLY BLOCKS WITH X SCALE NEGATIVE

a.tawkXHKN6
Contributor
Contributor

How to select only the Blocks with negative scale (x)? 

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

ВeekeeCZ
Consultant
Consultant
Accepted solution

(ssget "_X" '((0 . "INSERT") (-4 . "<") (41 . 0)))

 

See THIS and THIS