Message 1 of 14

Not applicable
03-22-2015
12:01 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I try to pick object that have closed boundary with ssget
(ssget '((0 . "*POLYLINE")))
But it doesn't include circle or other closed boundary objects?
How can I select all closed boundary objects in a drawing with ssget or add some object type filter in ssget?
So it maybe seem like this
(ssget '((0 . "*POLYLINE") (0. "CIRCLE")))
Many thanks.
Solved! Go to Solution.