Salome HOME
Merge branch 'hydro/imps_2015' into V7_dev
[modules/smesh.git] / src / Tools / blocFissure / materielCasTests / vis.py
1 # -*- coding: utf-8 -*-
2
3 import sys
4 import salome
5
6 salome.salome_init()
7 theStudy = salome.myStudy
8
9 import salome_notebook
10 notebook = salome_notebook.notebook
11
12 import os
13 from blocFissure import gmu
14
15 ###
16 ### GEOM component
17 ###
18
19 import GEOM
20 from salome.geom import geomBuilder
21 import math
22 import SALOMEDS
23
24
25 geompy = geomBuilder.New(theStudy)
26 O = geompy.MakeVertex(0, 0, 0)
27 OX = geompy.MakeVectorDXDYDZ(1, 0, 0)
28 OY = geompy.MakeVectorDXDYDZ(0, 1, 0)
29 OZ = geompy.MakeVectorDXDYDZ(0, 0, 1)
30 geomObj_1 = geompy.MakeMarker(0, 0, 0, 1, 0, 0, 0, 1, 0)
31 geomObj_2 = geompy.MakeMarker(0, 0, 0, 1, 0, 0, 0, 1, 0)
32 sk = geompy.Sketcher2D()
33 sk.addPoint(0.000000, 0.000000)
34 sk.addSegmentAbsolute(10.000000, 0.000000)
35 sk.addSegmentAbsolute(10.000000, 98.750000)
36 sk.addArcAngleRadiusLength(0, -1.250000, 90.000000)
37 sk.addSegmentAbsolute(15.000000, 100.000000)
38 sk.addSegmentAbsolute(15.000000, 120.000000)
39 sk.addSegmentAbsolute(9.945000, 120.000000)
40 sk.addSegmentAbsolute(9.945000, 108.000000)
41 sk.addSegmentAbsolute(0.000000, 105.000000)
42 sk.close()
43 Sketch_1 = sk.wire(geomObj_2)
44 Face_1 = geompy.MakeFaceWires([Sketch_1], 1)
45 Vertex_1 = geompy.MakeVertex(15, 108, 0)
46 Vertex_2 = geompy.MakeVertex(0, 94, 0)
47 Vertex_3 = geompy.MakeVertex(10, 94, 0)
48 Face_1_vertex_17 = geompy.GetSubShape(Face_1, [17])
49 Line_1 = geompy.MakeLineTwoPnt(Vertex_1, Face_1_vertex_17)
50 Face_1_vertex_9 = geompy.GetSubShape(Face_1, [9])
51 Line_2 = geompy.MakeLineTwoPnt(Face_1_vertex_17, Face_1_vertex_9)
52 Face_1_vertex_19 = geompy.GetSubShape(Face_1, [19])
53 Face_1_vertex_7 = geompy.GetSubShape(Face_1, [7])
54 Line_3 = geompy.MakeLineTwoPnt(Face_1_vertex_19, Face_1_vertex_7)
55 Line_4 = geompy.MakeLineTwoPnt(Vertex_2, Vertex_3)
56 coupe_vis = geompy.MakePartition([Face_1], [Line_1, Line_2, Line_3, Line_4], [], [], geompy.ShapeType["FACE"], 0, [], 0)
57 [tige, section, tige_haute, rond, tete, section_tete] = geompy.Propagate(coupe_vis)
58 conge = geompy.CreateGroup(coupe_vis, geompy.ShapeType["EDGE"])
59 geompy.UnionIDs(conge, [25])
60 appui = geompy.CreateGroup(coupe_vis, geompy.ShapeType["EDGE"])
61 geompy.UnionIDs(appui, [39])
62 p_imp = geompy.CreateGroup(coupe_vis, geompy.ShapeType["EDGE"])
63 geompy.UnionIDs(p_imp, [11])
64
65 Vertex_4 = geompy.MakeVertex(11.25, 98.75, 0)
66 Vertex_5 = geompy.MakeVertexWithRef(Vertex_4, -0.5, 0.5, 0)
67 Vertex_6 = geompy.MakeVertexWithRef(Vertex_4, -5, 5, 0)
68 Line_5 = geompy.MakeLineTwoPnt(Vertex_5, Vertex_6)
69 Partition_1 = geompy.MakePartition([Line_5], [conge], [], [], geompy.ShapeType["EDGE"], 0, [], 1)
70 [Vertex_7] = geompy.SubShapes(Partition_1, [4])
71 Vertex_8 = geompy.MakeVertexWithRef(Vertex_7, -1.1, 1.1, 0)
72 generatrice = geompy.MakeLineTwoPnt(Vertex_5, Vertex_8)
73 Revolution_1 = geompy.MakeRevolution2Ways(generatrice, OY, 60*math.pi/180.0)
74 Partition_2 = geompy.MakePartition([Revolution_1], [conge], [], [], geompy.ShapeType["FACE"], 0, [], 1)
75 Partition_2_vertex_11 = geompy.GetSubShape(Partition_2, [11])
76 Plane_1 = geompy.MakePlane(Partition_2_vertex_11, OY, 2000)
77 Partition_3 = geompy.MakePartition([Revolution_1], [Plane_1], [], [], geompy.ShapeType["FACE"], 0, [], 0)
78 Vertex_9 = geompy.MakeVertex(0, 99.633883, 1.977320000000001)
79 Vertex_10 = geompy.MakeVertex(0, 99.633883, -8.977320000000001)
80 Vertex_11 = geompy.MakeVertexWithRef(Vertex_9, 0, 0, -1)
81 Vertex11x = geompy.MakeVertexWithRef(Vertex_11, 1, 0, 0)
82 Line_11x = geompy.MakeLineTwoPnt(Vertex_11, Vertex11x)
83 Vertex_12 = geompy.MakeVertexWithRef(Vertex_10, 0, 0, 1)
84 Vertex12x = geompy.MakeVertexWithRef(Vertex_12, 1, 0, 0)
85 Line_12x = geompy.MakeLineTwoPnt(Vertex_12, Vertex12x)
86 Vertex_13 = geompy.MakeVertexWithRef(Vertex_11, 0, 1, 0)
87 Vertex_14 = geompy.MakeVertexWithRef(Vertex_12, 0, 1, 0)
88 Vertex_15 = geompy.MakeRotation(Vertex_9, Line_11x, 30*math.pi/180.0)
89 Vertex_16 = geompy.MakeRotation(Vertex_10, Line_12x, -30*math.pi/180.0)
90 Arc_1 = geompy.MakeArc(Vertex_15, Vertex_9, Vertex_13,False)
91 Arc_2 = geompy.MakeArc(Vertex_14, Vertex_10, Vertex_16,False)
92 Line_6 = geompy.MakeLineTwoPnt(Vertex_13, Vertex_14)
93 Line_8 = geompy.MakeLineTwoPnt(Vertex_16, Vertex_15)
94 Wire_1 = geompy.MakeWire([Arc_1, Arc_2, Line_6, Line_8], 1e-07)
95 Face_2 = geompy.MakeFaceWires([Wire_1], 1)
96 Extrusion_1 = geompy.MakePrismVecH(Face_2, OX, 15)
97 Revolution_2 = geompy.MakeRevolution2Ways(generatrice, OY, 65*math.pi/180.0)
98 Fissure = geompy.MakeCommonList([Extrusion_1, Revolution_2], True)
99 fondFiss = geompy.CreateGroup(Fissure, geompy.ShapeType["EDGE"])
100 geompy.UnionIDs(fondFiss, [9, 7, 4])
101 geompy.ExportBREP(Fissure, os.path.join(gmu.pathBloc, "materielCasTests/visFiss.brep"))
102
103 geompy.addToStudy( O, 'O' )
104 geompy.addToStudy( OX, 'OX' )
105 geompy.addToStudy( OY, 'OY' )
106 geompy.addToStudy( OZ, 'OZ' )
107 geompy.addToStudy( Sketch_1, 'Sketch_1' )
108 geompy.addToStudy( Face_1, 'Face_1' )
109 geompy.addToStudy( Vertex_1, 'Vertex_1' )
110 geompy.addToStudy( Vertex_2, 'Vertex_2' )
111 geompy.addToStudy( Vertex_3, 'Vertex_3' )
112 geompy.addToStudyInFather( Face_1, Face_1_vertex_17, 'Face_1:vertex_17' )
113 geompy.addToStudy( Line_1, 'Line_1' )
114 geompy.addToStudyInFather( Face_1, Face_1_vertex_9, 'Face_1:vertex_9' )
115 geompy.addToStudy( Line_2, 'Line_2' )
116 geompy.addToStudyInFather( Face_1, Face_1_vertex_19, 'Face_1:vertex_19' )
117 geompy.addToStudyInFather( Face_1, Face_1_vertex_7, 'Face_1:vertex_7' )
118 geompy.addToStudy( Line_3, 'Line_3' )
119 geompy.addToStudy( Line_4, 'Line_4' )
120 geompy.addToStudy( coupe_vis, 'coupe_vis' )
121 geompy.addToStudyInFather( coupe_vis, tige, 'tige' )
122 geompy.addToStudyInFather( coupe_vis, section, 'section' )
123 geompy.addToStudyInFather( coupe_vis, tige_haute, 'tige_haute' )
124 geompy.addToStudyInFather( coupe_vis, rond, 'rond' )
125 geompy.addToStudyInFather( coupe_vis, tete, 'tete' )
126 geompy.addToStudyInFather( coupe_vis, section_tete, 'section_tete' )
127 geompy.addToStudyInFather( coupe_vis, conge, 'conge' )
128 geompy.addToStudyInFather( coupe_vis, appui, 'appui' )
129 geompy.addToStudyInFather( coupe_vis, p_imp, 'p_imp' )
130
131 geompy.addToStudy( Vertex_4, 'Vertex_4' )
132 geompy.addToStudy( Vertex_6, 'Vertex_6' )
133 geompy.addToStudy( Vertex_5, 'Vertex_5' )
134 geompy.addToStudy( Line_5, 'Line_5' )
135 geompy.addToStudy( Partition_1, 'Partition_1' )
136 geompy.addToStudyInFather( Partition_1, Vertex_7, 'Vertex_7' )
137 geompy.addToStudy( Vertex_8, 'Vertex_8' )
138 geompy.addToStudy( generatrice, 'generatrice' )
139 geompy.addToStudy( Revolution_1, 'Revolution_1' )
140 geompy.addToStudy( Partition_2, 'Partition_2' )
141 geompy.addToStudyInFather( Partition_2, Partition_2_vertex_11, 'Partition_2:vertex_11' )
142 geompy.addToStudy( Plane_1, 'Plane_1' )
143 geompy.addToStudy( Partition_3, 'Partition_3' )
144 geompy.addToStudy( Vertex_9, 'Vertex_9' )
145 geompy.addToStudy( Vertex_10, 'Vertex_10' )
146 geompy.addToStudy( Vertex_11, 'Vertex_11' )
147 geompy.addToStudy( Vertex_12, 'Vertex_12' )
148 geompy.addToStudy( Vertex_13, 'Vertex_13' )
149 geompy.addToStudy( Vertex_14, 'Vertex_14' )
150 geompy.addToStudy( Vertex_15, 'Vertex_15' )
151 geompy.addToStudy( Vertex_16, 'Vertex_16' )
152 geompy.addToStudy( Arc_1, 'Arc_1' )
153 geompy.addToStudy( Arc_2, 'Arc_2' )
154 geompy.addToStudy( Line_6, 'Line_6' )
155 geompy.addToStudy( Line_8, 'Line_8' )
156 geompy.addToStudy( Wire_1, 'Wire_1' )
157 geompy.addToStudy( Face_2, 'Face_2' )
158 geompy.addToStudy( Extrusion_1, 'Extrusion_1' )
159 geompy.addToStudy( Revolution_2, 'Revolution_2' )
160 geompy.addToStudy( Fissure, 'Fissure' )
161 geompy.addToStudyInFather( Fissure, fondFiss, 'fondFiss' )
162
163 ###
164 ### SMESH component
165 ###
166
167 import  SMESH, SALOMEDS
168 from salome.smesh import smeshBuilder
169
170 smesh = smeshBuilder.New(theStudy)
171 coupe_vis_1 = smesh.Mesh(coupe_vis)
172 Regular_1D = coupe_vis_1.Segment()
173 Nb_Segments_1 = Regular_1D.NumberOfSegments(10)
174 Quadrangle_2D = coupe_vis_1.Quadrangle(algo=smeshBuilder.QUADRANGLE)
175 Regular_1D_1 = coupe_vis_1.Segment(geom=tige)
176 Nb_Segments_2 = Regular_1D_1.NumberOfSegments(30)
177 Regular_1D_2 = coupe_vis_1.Segment(geom=section)
178 Nb_Segments_3 = Regular_1D_2.NumberOfSegments(10,1,[ 7, 11, 16, 23 ])
179 isDone = coupe_vis_1.Compute()
180 isDone = coupe_vis_1.SplitQuad( [ 691 ], 1 )
181 tige_1 = coupe_vis_1.GroupOnGeom(tige,'tige',SMESH.EDGE)
182 section_1 = coupe_vis_1.GroupOnGeom(section,'section',SMESH.EDGE)
183 tige_haute_1 = coupe_vis_1.GroupOnGeom(tige_haute,'tige_haute',SMESH.EDGE)
184 rond_1 = coupe_vis_1.GroupOnGeom(rond,'rond',SMESH.EDGE)
185 tete_1 = coupe_vis_1.GroupOnGeom(tete,'tete',SMESH.EDGE)
186 section_tete_1 = coupe_vis_1.GroupOnGeom(section_tete,'section_tete',SMESH.EDGE)
187 conge_1 = coupe_vis_1.GroupOnGeom(conge,'conge',SMESH.EDGE)
188 appui_1 = coupe_vis_1.GroupOnGeom(appui,'appui',SMESH.EDGE)
189 p_imp_1 = coupe_vis_1.GroupOnGeom(p_imp,'p_imp',SMESH.EDGE)
190 visHex80 = smesh.CopyMesh( coupe_vis_1, 'visHex80', 1, 0)
191 [ tige_2, section_2, tige_haute_2, rond_2, tete_2, section_tete_2, conge_2, appui_2, p_imp_2 ] = visHex80.GetGroups()
192 [ tige_rotated, section_rotated, tige_haute_rotated, rond_rotated, tete_rotated, section_tete_rotated, conge_rotated, appui_rotated, p_imp_rotated, tige_top, section_top, tige_haute_top, rond_top, tete_top, section_tete_top, conge_top, appui_top, p_imp_top ] = visHex80.RotationSweepObjects( [ visHex80 ], [ visHex80 ], [ visHex80 ], SMESH.AxisStruct( 0, 0, 0, 0, 10, 0 ), 0.0785398, 40, 1e-05, 1 )
193 [ tige_2, section_2, tige_haute_2, rond_2, tete_2, section_tete_2, conge_2, appui_2, p_imp_2, tige_rotated, tige_top, section_rotated, section_top, tige_haute_rotated, tige_haute_top, rond_rotated, rond_top, tete_rotated, tete_top, section_tete_rotated, section_tete_top, conge_rotated, conge_top, appui_rotated, appui_top, p_imp_rotated, p_imp_top ] = visHex80.GetGroups()
194 Sub_mesh_1 = Regular_1D_1.GetSubMesh()
195 Sub_mesh_2 = Regular_1D_2.GetSubMesh()
196 visHex80.ExportMED( os.path.join(gmu.pathBloc, "materielCasTests/visSain.med"), 0, SMESH.MED_V2_2, 1 )
197  
198
199 ## Set names of Mesh objects
200 smesh.SetName(tige_2, 'tige')
201 smesh.SetName(Regular_1D.GetAlgorithm(), 'Regular_1D')
202 smesh.SetName(Quadrangle_2D.GetAlgorithm(), 'Quadrangle_2D')
203 smesh.SetName(Nb_Segments_2, 'Nb. Segments_2')
204 smesh.SetName(Nb_Segments_1, 'Nb. Segments_1')
205 smesh.SetName(Nb_Segments_3, 'Nb. Segments_3')
206 smesh.SetName(coupe_vis_1.GetMesh(), 'coupe_vis')
207 smesh.SetName(visHex80.GetMesh(), 'visHex80')
208 smesh.SetName(p_imp_top, 'p_imp_top')
209 smesh.SetName(appui_top, 'appui_top')
210 smesh.SetName(conge_top, 'conge_top')
211 smesh.SetName(section_tete_top, 'section_tete_top')
212 smesh.SetName(tete_top, 'tete_top')
213 smesh.SetName(rond_top, 'rond_top')
214 smesh.SetName(tige_haute_top, 'tige_haute_top')
215 smesh.SetName(section_top, 'section_top')
216 smesh.SetName(tige_top, 'tige_top')
217 smesh.SetName(Sub_mesh_2, 'Sub-mesh_2')
218 smesh.SetName(Sub_mesh_1, 'Sub-mesh_1')
219 smesh.SetName(p_imp_1, 'p_imp')
220 smesh.SetName(p_imp_rotated, 'p_imp_rotated')
221 smesh.SetName(appui_1, 'appui')
222 smesh.SetName(appui_rotated, 'appui_rotated')
223 smesh.SetName(conge_rotated, 'conge_rotated')
224 smesh.SetName(section_tete_rotated, 'section_tete_rotated')
225 smesh.SetName(tete_rotated, 'tete_rotated')
226 smesh.SetName(rond_rotated, 'rond_rotated')
227 smesh.SetName(tige_haute_rotated, 'tige_haute_rotated')
228 smesh.SetName(section_rotated, 'section_rotated')
229 smesh.SetName(tige_1, 'tige')
230 smesh.SetName(tige_rotated, 'tige_rotated')
231 smesh.SetName(tige_haute_1, 'tige_haute')
232 smesh.SetName(section_1, 'section')
233 smesh.SetName(tete_1, 'tete')
234 smesh.SetName(rond_1, 'rond')
235 smesh.SetName(conge_1, 'conge')
236 smesh.SetName(appui_2, 'appui')
237 smesh.SetName(section_tete_1, 'section_tete')
238 smesh.SetName(p_imp_2, 'p_imp')
239 smesh.SetName(section_tete_2, 'section_tete')
240 smesh.SetName(conge_2, 'conge')
241 smesh.SetName(rond_2, 'rond')
242 smesh.SetName(tete_2, 'tete')
243 smesh.SetName(section_2, 'section')
244 smesh.SetName(tige_haute_2, 'tige_haute')
245
246
247 if salome.sg.hasDesktop():
248   salome.sg.updateObjBrowser(1)