I tried used the following geo file to remesh my STL file using quads/hexas:<div><br><div><div>Mesh.CharacteristicLengthFactor=0.25;</div><div>Merge "mesh.stl";</div><div>CreateTopology;</div><div><br></div><div>
Compound Surface(200)={1};</div><div><br></div><div>Mesh.RemeshAlgorithm=1</div><div><br></div><div>Recombine Surface {200};</div><div>Physical Surface("newSurfaceMesh")={200};</div></div><div><br></div><div>but I get this error even after adding 'Mesh.RemeshAlgorithm=1':</div>
<meta charset="utf-8"><div><div><br></div><div><div>./gmsh Offset_mesh.geo -3</div><div>Info    : Running './gmsh Offset_mesh.geo -3' [1 node(s), max. 1 thread(s)]</div><div>Info    : Started on Fri Nov 26 21:53:02 2010</div>
<div>Info    : Reading 'Offset_mesh.geo'...</div><div>Info    : Reading 'mesh.stl'...</div><div>Info    : 68764 facets in solid 0</div><div>Info    : Done reading 'mesh.stl'</div><div>Info    : Creating topology from mesh...</div>
<div>Info    : Removing duplicate mesh vertices...</div><div>Info    : No duplicate vertices found</div><div>Info    : Done creating topology from mesh (0.799456 s)</div><div>Error   : 'Offset_mesh.geo', line 9 : syntax error (Recombine)</div>
<div>Info    : Done reading 'Offset_mesh.geo'</div><div>Info    : Meshing 1D...</div><div>Info    : Done meshing 1D (0 s)</div><div>Info    : Meshing 2D...</div><div>Info    : Meshing surface 200 (Compound surface, MeshAdapt)</div>
<div>Warning : Wrong topology: Genus=1, Nb boundaries=0, AR=1</div><div>Error   : For remeshing your geometry, you should enable the automatic remeshing algorithm.</div><div>Error   : Add 'Mesh.RemeshAlgorithm=1;' in your geo file or through the Fltk window</div>
</div></div></div><div><br></div><div><br></div><div>Ted</div><div><br></div><div><br></div>