<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=koi8-r">
<META content="MSHTML 6.00.2800.1106" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>HI</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>I need to create a volume.<BR>I have surface and a 
vector to extrude my surface.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>But I have not found how to get numbers of surfaces 
created after<BR>"Extrude Surface" command. And I have not found how to create 
Volume<BR>and get it number via this command.<BR>I don't use "Extrude Surface 
{....} {Layers....}" because structured<BR>does not suit me.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>So I decided take newreg before and after "Extrude 
Surface" command to <BR>create Volume.<BR>But while generation 3D mesh I have 
get Fatal Error</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Can you help me with this problem?</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>My Example:</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial 
size=2>Point(1)={30,19,0,6.28012738724303};<BR>Point(2)={25,50,0,3.83722523715525};<BR>Point(3)={75,45,0,3.29046120722414};<BR>Point(4)={75,14,0,6.2};<BR>Point(7)={44.0909090909091,48.0909090909091,0,2.9221891767415};<BR>Point(8)={54,58,0,2.9221891767415};<BR>Point(9)={58.6293436293436,46.6370656370656,0,2.9221891767415};<BR>Line(1)={1,2};<BR>Line(2)={2,7};<BR>Line(3)={3,4};<BR>Line(4)={4,1};<BR>Line(5)={7,9};<BR>Line(7)={7,8};<BR>Line(8)={9,3};<BR>Line(9)={8,9};<BR>Line 
Loop(11)={5,-9,-7};Plane Surface(12)={11};<BR>Physical Surface (1) = 
{12};<BR>Line Loop(13)={1,2,5,8,3,4};Plane Surface(14)={13};<BR>Physical Surface 
(2) = {14};<BR>Mesh.Smoothing = 10;<BR>ll1=newreg;<BR>Extrude Surface {14, 
{0,0,40}};<BR>ll2=newreg-1;<BR>Volume(ll2+1)={ll1:ll2};<BR>Physical 
Volume(1)={ll2+1};</FONT></DIV></BODY></HTML>