Page 1 of 1

Create Geometry from STL Mesh

Posted: Sat Feb 03, 2018 8:49 pm
by misterwazlib
Greetings,

as written in the title I am trying to convert STL mesh to STEP file with smooth curved surfaces for further FEM simulation uses.
I used the "NURB patches" command, but everytime Gidhome would stop working and closes. The file I'm working on has 20000 facets, is this why it keeps crashing?

Thanks in advance for your input!

Re: Create Geometry from STL Mesh

Posted: Mon Feb 05, 2018 12:34 pm
by escolano
Geometry->Create->Geometry from mesh->NURBS patches
The conversion of mesh to smooth surfaces is a complex operation, the current implementation of GiD works only for simple cases (mechanical shapes with planes, etc.)
As you pointed it is very common that GiD crash trying this operation.
20000 are few facets, the problem is not the amount of triangles.

What you can always do is to use:
Geometry->Create->Geometry from mesh->One element to one surface
this simply create a surface by each triangle/quadrilateral, but then you can use other geometrical tools to try to enhance a little your shape an be able to re-mesh it, etc.

If do you want attach a zip of your model, to try that at least GiD not crash trying the conversion to smooth surfaces.

Re: Create Geometry from STL Mesh

Posted: Mon Feb 05, 2018 12:59 pm
by misterwazlib
Hi escolano,

thanks for your reply! I attached the file, if you would take a look and give me some pointers that'd help me a lot.

In the meantime I will try your tip to convert one element to one surface and try to work from there.