Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Convert 3d mesh into 3d solid

Status
Not open for further replies.

moswalt

Mechanical
Joined
Aug 27, 2002
Messages
6
Location
US
I know how to convert a solid into a 3dmesh, and a 3dmesh into lines, but does anyone out there know how to convert a 3dmesh into a solid?
 
Dear moknows,
There is no command in AutoCAD to convert a 3D mesh to solids, but if you access the Mechanical Desktop, you can convert the mest to surfaces using the AM2SF command, convert the resulting surfaces to a part using the AMSTITCH command and at last convert the part to 3D solid using the EXPLODE command.
:)
Farzad
 
I think that I got a lisp routine that would do that, called m2s.lsp, from accustudio.com

If you go to their site, and search for m2s.lsp, it'll take you to it. Haven't tried it, but a friend told me that it worked without too much trouble.
 
Thank you for your responses. My main intention was to turn a drawing full of 'closed' poly meshes into solids so that the file size would not be quit as large. Currently these drawings are 40mb+.
I do not have Mechanical desktop, and the m2s lisp is a handy little tool, but appears to only work on 'open' meshes. So I have not been able to make it work yet. Your ideas have been great. Thank you.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top