mb0307 Posted November 23, 2009 Posted November 23, 2009 Hi Is there are way to convert closed polylines and Regions to 3DFaces? If anyone knows about any LISP which can do the job please let me know asap. I do not have rights to create a new file on my C: Drive directly so please also suggest if I can save a LISP file anywhere on the computer or server and direct the script to run from there? Thanks Manoj Quote
Jlock126 Posted January 3, 2010 Posted January 3, 2010 Hi Is there are way to convert closed polylines and Regions to 3DFaces? I would also like to know the answer to this question, if there is one. Thanks Quote
Cad64 Posted January 3, 2010 Posted January 3, 2010 In 2010 you can convert a Region to a Mesh using the MESHSMOOTH command. You can then Explode the mesh to create 3D Faces. But this command is not available in earlier versions. And as far as lisp routines are concerned, if you're not allowed to create new files on your PC, just stick them on a flash drive and run them from there. You will just have to reload them every time you open a new drawing. Quote
ReMark Posted January 3, 2010 Posted January 3, 2010 There was a lisp routine posted at the Cadalyst magazine website 01-Jan-2006 by Jamie Spartz (Tip #2084) that claims to be able to convert polylines to 3D faces. Check it out at: http://cadtips.cadalyst.com/surfaces/convert-polylines-3d-face-objects Quote
CarlB Posted January 3, 2010 Posted January 3, 2010 David Bethel just posted a lisp to create 3dfaces in a closed polyline, see: http://www.cadtutor.net/forum/showthread.php?t=43411 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.