Convert 3d mesh into 3d solid
Convert 3d mesh into 3d solid
(OP)
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?
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
Convert 3d mesh into 3d solid
|
RE: Convert 3d mesh into 3d solid
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
RE: Convert 3d mesh into 3d solid
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.
RE: Convert 3d mesh into 3d solid
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.