- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I am trying to use the CP ssget filter to create a selection set of all the attributed blocks that cross a polyline. I am basically doing this:
(setq p_list (list p_west p_east))
(ssget "_CP" p_list '((0 . "INSERT")(66 . 1)))
- Is this the correct filter to use? My inputs are the start and end points of the polyline
- Will this filter work if the two points have the same x-coordinate or the same y-coordinate
Attached is my LISP so far and a sample drawing with the polylines and blocks. Thanks.
Solved! Go to Solution.