I'm trying to figure how do the gmsh options button work.
I have mesh an stp file in gmsh and save the opt file.
I have copy and paste the same opt in Mecway but it do not get the same mesh.
¿Has someone experience this feature?
I was planing to leave the general mesh options feature pasted and control the mesh result through that large variety of parameters available.
Thanks
Comments
I can't seem to get Gmsh to mesh this file at all through Mecway. Is that what's happening for you too and it does work with Gmsh directly?
For me meshing on mecway with gmsh works but do not reproduce the same mesh as directly in gmsh.
¿Is it possible to remove any additional lines to the custom settings coming from the default Mecway configuration?
Some of them override custom parameters. I have attached a pdf to explain myself better.
I think it will also avoid malfunctioning in case of future Gmsh updates.
Thanks
I think
Mesh.Format = 1;
should remain because 1 (msh) is explicitly the format that Mecway imports and I don't know if 10 (automatic) might sometimes or in future cause it to use a different format. Any comments on that?As Andrea anticipated Gmsh is preparing a new version (v4) that has been announced as a big improvement.(GMSH Hex generator library will be included)
Hope Mecway can take advantage of this new features.
I have tested custom commands with v3.0.7 (latest automatic) and it works apart from this.
Mesh.Format = 1; set manually in custom parameters
I suppose it is some kind of units bad import .
Solved with Mesh.ScalingFactor = 1000; set manually in custom parameters
Mecway assumes the output from Gmsh is in mm because that's how it used to be. It looks like they've changed it to meters which is going to break everything for everyone - hence why it seems more like a bug.
2-Mesh tools/ Automesh 3D.
3-Generate the mesh with custom parameters, gmsh or netgen again.
Two meshes are overlaped. The one coming from automesh is not reset.
Automesh 3D is meant for things like STL files, orphaned meshes, or to fill the interior of a hollow shape. That's usually a separate workflow from importing a STEP/IGES file.