Print Page | Close Window

Convert (one by one) Mesh to 3D Solid

Printed From: CAD Forum
Category: EN
Forum Name: AutoCAD
Forum Description: Discussion about AutoCAD and AutoCAD LT, viewers, DWG and DWF formats, Design Review, AutoCAD 360, add-ons
URL: https://www.cadforum.cz/forum_en/forum_posts.asp?TID=13847
Printed Date: 20.Apr.2026 at 10:54


Topic: Convert (one by one) Mesh to 3D Solid
Posted By: w64bit
Subject: Convert (one by one) Mesh to 3D Solid
Date Posted: 22.May.2023 at 20:12
I have a DWG file with many Meshes as representation of 3d objects.
I want each of them (separately) to be converted to a 3D solid.
Steps used (manually):
- SURFSCULPT - convert Mesh to 3D Solid
- select each Mesh
- delete converted Mesh
- go to next Mesh
This is already taking a lot of time.

I am looking for a LISP code to do:
- convert (one by one) Mesh to 3D Solid using SURFSCULPT
- if conversion it's OK, to delete the Mesh
- continue with next Mesh
- if a conversion cannot be made, do not delete the Mesh

Thank you.



Replies:
Posted By: TECH 011
Date Posted: 25.May.2023 at 11:50


AutoLISP: Transform meshes 3D solids by using SURFSCULPT, and remove if it is it is successful.





Print Page | Close Window