Hi Christophe,

I have a question regarding the use of the Duplicata option when copying geometry. Is it possible to retain the mesh specifictations (Transfinite Line, Recombine, ...) applied to the initial geometry? Attached you will find an example which illustrates this.

Regards,

Tom

--


----------------------------------------------------------------

Dr. Tom DE VUYST

Virtual Manufacturing Group
Cenaero
Bâtiment Éole                      |  Tel : +32 (0)71 91 93 63
Rue des Frères Wright, 29 | Fax : +32 (0)71 91 93 31 B-6041 GOSSELIES, BELGIUM |
Visit our web site at www.cenaero.be

CENAERO bénéficie du soutien de la Région Wallonne et des fonds structurels FEDER et FSE de l'Union Européenne

---------------------------------------------------------------
+-+-+- Disclaimer
http://www.cenaero.be/disclaimer


Point(1) = {-0.7, 0.4, 0};
Point(2) = {0.3, 0.4, 0};
Point(3) = {0.3, 1.2, 0};
Point(4) = {-0.7, 1.2, 0};

Line(1) = {1, 2};
Line(2) = {2, 3};
Line(3) = {3, 4};
Line(4) = {4, 1};

Line Loop(5) = {1, 2, 3, 4};

Plane Surface(6) = {5};

Transfinite Line {1, 2, 3, 4} = 10 Using Progression 1;

Transfinite Surface {6};

Recombine Surface {6};

Rotate {{1, 0, 0}, {0, -0.01, 0}, Pi} {
  Duplicata{ Surface{6}; }
}
_______________________________________________
gmsh mailing list
[email protected]
http://www.geuz.org/mailman/listinfo/gmsh

Reply via email to