Hello,

We are trying to use GMSH for creating surface mesh for imported STL file.
We want to set size of the mesh. We are using following code as part of
.geo file but it does not make any difference. Please advice.

------------------------------------------------------------
Geometry.Tolerance = 1.e-6;
Mesh.CharacteristicLengthExtendFromBoundary = 0;
Mesh.CharacteristicLengthMax = 0.0000001;

Merge "chute.stl" ;

Physical Surface("Chute ") = {1};
-------------------------------------------------------------


Best Regards,
Indrajit Jagtap

*Manager, Software Services*
*Tridiagonal Solutions*
_______________________________________________
gmsh mailing list
[email protected]
http://www.geuz.org/mailman/listinfo/gmsh

Reply via email to