Author Topic: Convert (one by one) Mesh to 3D Solid  (Read 546 times)

0 Members and 1 Guest are viewing this topic.

w64bit

  • Newt
  • Posts: 79
Convert (one by one) Mesh to 3D Solid
« on: May 19, 2023, 06:37:50 AM »
I have a DWG file with many Meshes as representation of 3d objects.
I want each of them (separately) to be converted to 3D solids.
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.
« Last Edit: May 19, 2023, 06:42:08 AM by w64bit »