Message 1 of 5

Not applicable
11-03-2016
06:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I can't find anything online about how to call out a selection filter for Planar Surfaces.
What is supposed to be in the quotes where SURFPLANE is listed??
(command ".CONVTOSURFACE" (setq sface (ssget '((0 . "3DFACE")))) "") (setq ssurf (ssget '((0 . "SURFPLANE")))) (command ".MOVE" ssurf "" "0,0,0" "0,.25,0")
Solved! Go to Solution.