Visual LISP, AutoLISP and General Customization
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

ssget dimension problem

1 REPLY 1
Reply
Message 1 of 2
MatteoJames
564 Views, 1 Reply

ssget dimension problem

Hi all, got an ssget problem, hope that some one can help me out.



I'm using

(ssget '((0 . "DIMENSION")))

to select some objects.

but what I whould really like is to select only rotated and aligned dims, so I changed it to

(ssget '((0 . "DIMENSION") (70 . 0) (70 . 1)))

but it doesn't work.

any help?



Matteo
1 REPLY 1
Message 2 of 2
Anonymous
in reply to: MatteoJames

Matteo,

Check out this section in the help files:

AutoLISP Developer's Guide > Using the AutoLISP Language > Using AutoLISP to
Manipulate AutoCAD Objects > Selection Set Handling > Selection Set Filter
Lists >
Logical Grouping of Filter Tests

hth,
David Kozina



wrote in message news:6145153@discussion.autodesk.com...
Hi all, got an ssget problem, hope that some one can help me out.



I'm using

(ssget '((0 . "DIMENSION")))

to select some objects.

but what I whould really like is to select only rotated and aligned dims, so
I changed it to

(ssget '((0 . "DIMENSION") (70 . 0) (70 . 1)))

but it doesn't work.

any help?



Matteo

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost