Message 1 of 4
Selecting polylines based on known coordinates

Not applicable
10-26-2003
07:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
Is there a possibility of selecting POLYLINEs based on the vertex coordinates like that is possible for lines as (ssget "x" (list (cons 10 somepoint)(cons 0 "LINE")))?
This syntax DOES NOT work to get the vertex with known coordinates
(SSGET "X" (LIST (cons 10 somepoint)(CONS 0 "VERTEX")))
Then what else will get the polylines with a known vertex except (ssget "c" somepoint somepoint)?
Any help from anyone is greatly appreciated.
Thanks,
MNRaghu
Is there a possibility of selecting POLYLINEs based on the vertex coordinates like that is possible for lines as (ssget "x" (list (cons 10 somepoint)(cons 0 "LINE")))?
This syntax DOES NOT work to get the vertex with known coordinates
(SSGET "X" (LIST (cons 10 somepoint)(CONS 0 "VERTEX")))
Then what else will get the polylines with a known vertex except (ssget "c" somepoint somepoint)?
Any help from anyone is greatly appreciated.
Thanks,
MNRaghu