[Gmsh] zoom_very_small_structure

Mikhail Artemyev artemiev.mikhail at gmail.com
Fri Oct 23 23:24:13 CEST 2015


Hi Elek,

I'm not sure if this is the best way to do that, but at least you can 
consider it as a workaround:

<cts1.geo>
Merge "cts1.msh";
General.ScaleX = 1e+7; // scale the axes to view the elements
General.ScaleY = 1e+7;
General.ScaleZ = 1e+7;
Mesh.Lines = 1; // since you have only lines (Mesh.Lines = 0, by default)

Then, you can see your mesh by opening the .geo file.

Best,
Mikhail



On 10/23/2015 05:00 AM, gmsh-request at ace20.montefiore.ulg.ac.be wrote:
> Dear Colleagues,
> I have a very small structure.
> I attached the *.msh file.
> I have a problem with zooming.
>
> I cannot zoom it to see the particular
> bars and elements.
>
> The *msh file is read correctly
> and it is saved correctly as well.
>
> Do you have an idea to overcome
> the problem?
> I am able to visualize the structure
> with Patran and GiD.
>
> Best regards,
> Elek