<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
The option <br>
<br>
Geometry.CopyMeshingMethod = 1 ;<br>
<br>
works when using Transfinite meshes.<br>
<br>
For instance:<br>
<br>
Geometry.CopyMeshingMethod = 1 ;<br>
<br>
Point(1) = {  0.5,  0.5, 0 };<br>
Point(2) = { -0.5,  0.5, 0 };<br>
Point(3) = { -0.5, -0.5, 0 };<br>
Point(4) = {  0.5, -0.5, 0 };<br>
<br>
Line(1) = {1, 2};<br>
Line(2) = {2, 3};<br>
Line(3) = {3, 4};<br>
Line(4) = {4, 1};<br>
<br>
Line Loop(5) = {2, 3, 4, 1};<br>
Plane Surface(6) = {5};<br>
<br>
Transfinite Line {1:4} = 20 ;<br>
Transfinite Surface '*' ;<br>
<br>
Translate {2, 0, 0} {Duplicata{ Surface{6}; }}<br>
<br>
<br>
Regards,<br>
Ruth<br>
<br>
<br>
<br>
<br>
ouafa bouloumou wrote:
<blockquote cite="mid:SNT109-W5888C10ECE9FF8C9391AC4B6E40@phx.gbl"
 type="cite">
  <style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
  </style>Hi,<br>
 <br>
I would like to duplicate some surfaces retaining the structured mesh
created.<br>
 <br>
I try to use :<br>
   Geometry.CopyMeshingMethod = 1;<br>
  <br>
before the translate{ duplicate..} command, but i got this stopping
error message:  <br>
  <br>
Unknown number option 'Geometry.CopyMeshingMethod'<br>
End of file in string<br>
syntax error(")<br>
 <br>
thanks for help<br>
Ouafa.<br>
  <br>
  <br>
  <hr>Messenger débarque dans Hotmail ! <a moz-do-not-send="true"
 href="http://www.windowslive.fr/hotmail/web-messenger/" target="_new">Essayez-le
!</a>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
gmsh mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gmsh@geuz.org">gmsh@geuz.org</a>
<a class="moz-txt-link-freetext" href="http://www.geuz.org/mailman/listinfo/gmsh">http://www.geuz.org/mailman/listinfo/gmsh</a>
  </pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
Dr. Ir. Ruth V. Sabariego
University of Liege, Institut Montefiore,
Dept. of Electrical Engineering & Computer Science, 
Applied & Computational Electromagnetics (ACE),
Sart Tilman Campus, Grande Traverse, 10 (B28), B-4000 LIEGE, Belgium
phone: +32-4-3663737 -- fax: +32-4-3662910 -- <a class="moz-txt-link-freetext" href="http://elap.montefiore.ulg.ac.be/">http://elap.montefiore.ulg.ac.be/</a></pre>
</body>
</html>