Bernd

About saving the mesh when you open the GUI, add


Print "femmesh.unv";


to the geo file.

--
Germán Theler :: CTO Ingeniería & TICs

CITES – Centro de Innovación Tecnológica Empresarial y Social S.A.
Dirección General Sancor Seguros
Grupo Sancor Seguros
tel +54 3493 –428 500 – Int.: 3374
gthe...@cites-gss.com
www.cites-gss.com - www.gruposancorseguros.com



On Tue, 2015-12-08 at 18:19 +0100, Bernd Hahnebach wrote:
> Found myself it is possible to get the saved mesh file by running gmsh
> from win comand promt or linux shell by
>
> windows:
> cd C:\Users\bhb\Desktop\gmsh-mit-geo
> C:\Daten\gmsh-2.10.0-Windows\gmsh.exe  -3  femmesh.geo
>
> linux:
> gmsh  -3  femmesh.geo
>
> It is possible to open a geo and with "Mesh 3;" immedately mesh the
> geometry. In adition I would like to save the femmesh.unv at the same
> process while open the femmesh.geo from gui. I could not found an
> option for that at the tutorials page of gmsh.
>
> bernd
>
>
> again the content of femmesh.geo:
>
> Merge "box.step";  // some simple box
> Mesh.Format = 2
> Mesh.SaveAll = 1
> // some line to save the unv file ?
>
> -----------------------------------------------------------
>
>
> Zitat von Bernd Hahnebach <g...@b75.ch>:
>
> > Hi gmsh users,
> >
> > I have a simple geo file to mesh some step geometry. How do I save
> > the mesh file to disk ?
> >
> > bernd
> >
> >
> >
> > Merge "box.step";
> >
> > Mesh.Algorithm3D = 5;
> > // 1=Delaunay, 4=Frontal, 5=Frontal Delaunay, 6=Frontal Hex,
> > 7=MMG3D, 9=R-tree
> > // default = 1
> >
> > //Mesh  2;  // surface
> > Mesh  3;  // volume
> >
> > Mesh.Format = 2;
> > // 1=msh, 2=unv, 10=automatic, 19=vrml, 27=stl, 30=mesh, 31=bdf,
> > 32=cgns, 33=med, 40=ply2
> > // default = 10
> >
> > Mesh.SaveAll = 1;
> > // Ignore Physical definitions and save all elements
> >
> >
> >
> >
> >
> >
> >
> > _______________________________________________
> > gmsh mailing list
> > gmsh@geuz.org
> > http://www.geuz.org/mailman/listinfo/gmsh
> >
>
>
>
>
>
> _______________________________________________
> gmsh mailing list
> gmsh@geuz.org
> http://www.geuz.org/mailman/listinfo/gmsh
________________________________
 Imprima este mensaje sólo si es absolutamente necesario.
Para imprimir, en lo posible utilice el papel de ambos lados.
El Grupo Sancor Seguros se compromete con el cuidado del medioambiente.



************AVISO DE CONFIDENCIALIDAD************

El Grupo Sancor Seguros comunica que:

Este mensaje y todos los archivos adjuntos a el son para uso exclusivo del 
destinatario y pueden contener información confidencial o propietaria, cuya 
divulgación es sancionada por ley. Si usted recibió este mensaje erróneamente, 
por favor notifíquenos respondiendo al remitente, borre el mensaje original y 
destruya las copias (impresas o grabadas en cualquier medio magnético) que 
pueda haber realizado del mismo. Todas las opiniones contenidas en este mail 
son propias del autor del mensaje. La publicación, uso, copia o impresión total 
o parcial de este mensaje o documentos adjuntos queda prohibida.

Disposición DNDP 10-2008. El titular de los datos personales tiene la facultad 
de ejercer el derecho de acceso a los mismos en forma gratuita a intervalos no 
inferiores a seis meses, salvo que acredite un interés legítimo al efecto 
conforme lo establecido en el artículo 14, inciso 3 de la Ley 25.326. La 
DIRECCIÓN NACIONAL DE PROTECCIÓN DE DATOS PERSONALES, Organo de Control de la 
Ley 25.326, tiene la atribución de atender las denuncias y reclamos que se 
interpongan con relación al incumplimiento de las normas sobre la protección de 
datos personales.
_______________________________________________
gmsh mailing list
gmsh@geuz.org
http://www.geuz.org/mailman/listinfo/gmsh

Reply via email to