Salome HOME
Fix wrong comments indentation
[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 = smesh.Compute(mesh,box)
31 print ret
32 log = mesh.GetLog(0); # no erase trace
33 for linelog in log:
34     print linelog
35
36 salome.sg.updateObjBrowser(1);
37
38 # ---- compute edge
39
40 ##print "-------------------------- compute edge"
41 ##ret=gen.Compute(mesh,idedge)
42 ##print ret
43 ##log=mesh.GetLog(1);
44 ##for a in log:
45 ##    print a
46
47 # ---- add hypothesis to face
48
49 # ---- compute face
50
51 #print "-------------------------- compute face"
52 #ret=gen.Compute(mesh,idface)
53 #print ret
54 #log=mesh.GetLog(1);
55 #for a in log:
56 #    print a
57
58 ##shell=salome.IDToObject(ids)
59 ##submesh=mesh.GetElementsOnShape(shell)
60 ##ret=mesh.AddHypothesis(shell,algoReg)
61 ##print ret
62 ##ret=mesh.AddHypothesis(shell,hypLen1)
63 ##print ret
64 ##ret=gen.Compute(mesh,ids)
65 ##print ret