[Gmsh] BREP to GEO
Nicolas Marsic
nicolas.marsic at montefiore.ulg.ac.be
Wed Aug 26 10:12:48 CEST 2015
Hi Kyle,
The idea is to keep your .brep file as is.
You can import it in a .geo file using 'Merge " ";'.
Then you can set the characteristic length at each point (of the brep)
using 'Characteristic Length {...} = ...;'.
You can also do other things allowed in a .geo file.
I hope it helps.
Have a nice day,
Nicolas.
On 25/08/15 15:02, Kyle Hoffman wrote:
> Hello,
>
> We are trying to use BRep files so that complicated meshes can be drawn
> in a another program (e.g. CAD), but still be used by GMSH.
>
> We are able to load, view and work with the BRep file, but we
> encountered one issue. We want to have some control of the amount of
> elements generated in the mesh. When drawing in GMSH this is done using
> the Prescribed Mesh Element Size at Point. When using a converted BRep
> file the geo file does not have a list of points to modify this value
> (it just shows "fileName.brep"). How is this Element Size value handled
> when converting from a BRep to a geo file and is there any way to change
> this using GMSH?
>
> Thanks,
> Kyle
>
>
> _______________________________________________
> gmsh mailing list
> gmsh at geuz.org
> http://www.geuz.org/mailman/listinfo/gmsh
>