Display full version of the post: Convert (one by one) Mesh to 3D Solid

w64bit
22.05.2023, 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 MeshThis 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 MeshThank you.

TECH 011
25.05.2023, 11:50
AutoLISP: Transform meshes 3D solids by using SURFSCULPT, and remove if it is it is successful.