Billy
2003-09-23 12:20:45 UTC
Hello,
I am currently a user of Autocad 2000 and would like to create a
custom Autolisp function which will allow me to select a group of
objects and only select the dimension types that I want (ie. rotated,
ordinate, radial, diameter...but not angles). This is kind of like the
Qselect function except that Qselect does not allow you to select many
types of dimensions as the filter criteria. I am new to autolisp and
don't have any experience with it.
I have tried the following command in autocad:
(setq sel1 (ssget '((0 . "DIMENSION"))))
This allows me to select all Dimension types. Does anybody know how I
can specify which types of dimensions I can select (ie. rotated,
ordinate, radial...etc.) ?
Any help would be greatly appreciated,
Thanks
Billy Chan
I am currently a user of Autocad 2000 and would like to create a
custom Autolisp function which will allow me to select a group of
objects and only select the dimension types that I want (ie. rotated,
ordinate, radial, diameter...but not angles). This is kind of like the
Qselect function except that Qselect does not allow you to select many
types of dimensions as the filter criteria. I am new to autolisp and
don't have any experience with it.
I have tried the following command in autocad:
(setq sel1 (ssget '((0 . "DIMENSION"))))
This allows me to select all Dimension types. Does anybody know how I
can specify which types of dimensions I can select (ie. rotated,
ordinate, radial...etc.) ?
Any help would be greatly appreciated,
Thanks
Billy Chan