Message 1 of 5
Refine search of Splines
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi there
I am having problems with the following section of my code
(sssetfirst nil (ssget "_X" '((0 . "SPLINE"))))
(c:flatten)
(c:flatten) refers to the FLATTEN command from the Express Tools.
My goal is to convert the Splines into Polylines, but the FLATTEN command seems to not work with closed Splines.
How can I refine the ssget to exclude all closed Splines from the selection?
Thanks!