2015-07-12 9:14 GMT+10:00 Kopanicakova Alena <[email protected]>: > I have a 3D CAD geometry representation of mesh. Is there any way, how to > neglect 1 dimension and work with 2d mesh representation? mesh just one > surface (front) by using triangles and then save it ?
Hello. Yes, just one surface of a body can be meshed and saved in Gmsh. That's done by declaring the surface a Physical Surface and not declaring the body a Physical Volume. Some other older threads on this list that may be helpful if you also want to expunge the third coordinate: . http://www.geuz.org/pipermail/gmsh/2010/005247.html . http://www.geuz.org/pipermail/gmsh/2010/005594.html . http://www.geuz.org/pipermail/gmsh/2011/006106.html _______________________________________________ gmsh mailing list [email protected] http://www.geuz.org/mailman/listinfo/gmsh
