please check out the bottom section of the iso2mesh workflow diagram
https://iso2mesh.sourceforge.net/cgi-bin/index.cgi?Doc/Workflow
it can only read a limited set of mesh formats. Solidwork files are not supported.
you will have to check if any of the formats is listed under the
Export feature of solidworks, or use other converters such as
MeshLab (https://www.meshlab.net/) to convert it to a format that
iso2mesh can read.
--
You received this message because you are subscribed to the Google Groups "iso2mesh-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to iso2mesh-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/iso2mesh-users/401cb0bb-463e-4ea0-99b3-e8b30abb2547n%40googlegroups.com.
this is a common error, in most cases caused by self-intersecting triangles present in your model.
if your model is a single closed surface, you can call
[no, fc]=meshcheckrepair(v, f, 'meshfix');
to detect and repair these triangles. you can then pass the
surface to s2m.
Qianqian
Thank you very mush, Professor Fang, I'v met a new problem, I turned my model into .STL and imported it to MATLAB, then I used surf2mesh and an erro accurred.I put my code and the error in the fic below, Could you please help me to see what's wrong?
Thank you for your time,best wishes,Hathaway
--在2023年3月17日星期五 UTC+8 11:57:15<Qianqian Fang> 写道:
please check out the bottom section of the iso2mesh workflow diagram
https://iso2mesh.sourceforge.net/cgi-bin/index.cgi?Doc/Workflow
it can only read a limited set of mesh formats. Solidwork files are not supported.
you will have to check if any of the formats is listed under the Export feature of solidworks, or use other converters such as MeshLab (https://www.meshlab.net/) to convert it to a format that iso2mesh can read.
On 3/16/23 23:35, Hathaway K wrote:
Dear Dr Fang:Sorry to bother again, I drew a 3D model in SolidWorks, and I want to turn it into mesh file using ios2mesh, what format do I need to convert my model into?
Best Wishes,Hathaway--
You received this message because you are subscribed to the Google Groups "iso2mesh-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to iso2mesh-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/iso2mesh-users/401cb0bb-463e-4ea0-99b3-e8b30abb2547n%40googlegroups.com.
You received this message because you are subscribed to the Google Groups "iso2mesh-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to iso2mesh-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/iso2mesh-users/a0670259-7b4c-4bc5-8085-08c288dcc2bbn%40googlegroups.com.
no, that means meshcheckrepair/meshfix finds almost everything in the input is incorrect and decided to delete all.
please at least plot your imported mesh and examine it visually.
also, please read the documentation from our wiki, and you should
be able to use iso2mesh efficiently on your own. while I am happy
to help, I can't do every step for you.
To view this discussion on the web visit https://groups.google.com/d/msgid/iso2mesh-users/be83f64c-58d6-4d49-8cbe-9f82313075a9n%40googlegroups.com.