Salome HOME
Some forgotten return statments
[modules/smesh.git] / src / SMESH_SWIG / SMESH_test2.py
1 #  Copyright (C) 2003  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
2 #  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS 
3
4 #  This library is free software; you can redistribute it and/or 
5 #  modify it under the terms of the GNU Lesser General Public 
6 #  License as published by the Free Software Foundation; either 
7 #  version 2.1 of the License. 
8
9 #  This library is distributed in the hope that it will be useful, 
10 #  but WITHOUT ANY WARRANTY; without even the implied warranty of 
11 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
12 #  Lesser General Public License for more details. 
13
14 #  You should have received a copy of the GNU Lesser General Public 
15 #  License along with this library; if not, write to the Free Software 
16 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
17
18 #  See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
19 #
20 #
21 #
22 #  File   : SMESH_test2.py
23 #  Module : SMESH
24
25 from SMESH_test1 import *
26
27 # ---- compute box
28
29 print "-------------------------- compute box"
30 ret=gen.Compute(mesh,idbox)
31 print ret
32 log=mesh.GetLog(0); # no erase trace
33 for linelog in log:
34     print linelog
35
36
37 sg.updateObjBrowser(1);
38
39 # ---- compute edge
40
41 ##print "-------------------------- compute edge"
42 ##ret=gen.Compute(mesh,idedge)
43 ##print ret
44 ##log=mesh.GetLog(1);
45 ##for a in log:
46 ##    print a
47
48 # ---- add hypothesis to face
49
50 # ---- compute face
51
52 #print "-------------------------- compute face"
53 #ret=gen.Compute(mesh,idface)
54 #print ret
55 #log=mesh.GetLog(1);
56 #for a in log:
57 #    print a
58
59 ##shell=salome.IDToObject(ids)
60 ##submesh=mesh.GetElementsOnShape(shell)
61 ##ret=mesh.AddHypothesis(shell,algoReg)
62 ##print ret
63 ##ret=mesh.AddHypothesis(shell,hypLen1)
64 ##print ret
65 ##ret=gen.Compute(mesh,ids)
66 ##print ret