<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=GB2312" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On 2011Äê07ÔÂ19ÈÕ 09:41, ²ÌÔ°Îä wrote:
<blockquote
cite="mid:CAGHyxJ+50Q4E_oNwBE91HcEuytS4D=ReX2hTjmTowpBJNvMs_g@mail.gmail.com"
type="cite">Hello everyone,
<div>I have a .msh file containing hundreds of $ElementData field.
When I open this file in gmsh, it displays all $ElementData with
each in a View[], and it becomes mess and slow. </div>
<div>Is there a way not to display all Views as default?</div>
<div>Thank you!<br clear="all">
</div>
</blockquote>
Hi,<br>
You might need to make an ascii option file "xxx.msh.opt" for the
mesh file "xxx.msh".<br>
To hide the views, you can add the following lines in the
"xxx.msh.opt"<br>
"<br>
<blockquote>View[0].Visible = 0;<br>
View[1].Visible = 0;<br>
View[2].Visible = 0;<br>
...<br>
</blockquote>
"<br>
Hopefully it helps.<br>
<br>
mianzhi<br>
<blockquote
cite="mid:CAGHyxJ+50Q4E_oNwBE91HcEuytS4D=ReX2hTjmTowpBJNvMs_g@mail.gmail.com"
type="cite">
<div><br>
-- <br>
Cai Yuanwu ²ÌÔ°Îä<br>
Dept. of Engineering Mechanics,<br>
Dalian University of Technology,<br>
Dalian 116024, China<br>
</div>
<pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
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>
</body>
</html>