mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
correction cas test vis: face de fissure trop débordante. Un probleme de GetInPlace sur ce cas
This commit is contained in:
parent
b5bd7f1852
commit
8ebd5942d4
@ -59,7 +59,7 @@ class vis_1(fissureGenerique):
|
||||
|
||||
shellFiss = geompy.ImportFile(os.path.join(gmu.pathBloc, "materielCasTests/visFiss.brep"), "BREP")
|
||||
fondFiss = geompy.CreateGroup(shellFiss, geompy.ShapeType["EDGE"])
|
||||
geompy.UnionIDs(fondFiss, [4, 7, 9])
|
||||
geompy.UnionIDs(fondFiss, [7, 9])
|
||||
geompy.addToStudy( shellFiss, 'shellFiss' )
|
||||
geompy.addToStudyInFather( shellFiss, fondFiss, 'fondFiss' )
|
||||
|
||||
|
@ -75,7 +75,7 @@ Partition_2 = geompy.MakePartition([Revolution_1], [conge], [], [], geompy.Shape
|
||||
Partition_2_vertex_11 = geompy.GetSubShape(Partition_2, [11])
|
||||
Plane_1 = geompy.MakePlane(Partition_2_vertex_11, OY, 2000)
|
||||
Partition_3 = geompy.MakePartition([Revolution_1], [Plane_1], [], [], geompy.ShapeType["FACE"], 0, [], 0)
|
||||
Vertex_9 = geompy.MakeVertex(0, 99.633883, 8.977320000000001)
|
||||
Vertex_9 = geompy.MakeVertex(0, 99.633883, 1.977320000000001)
|
||||
Vertex_10 = geompy.MakeVertex(0, 99.633883, -8.977320000000001)
|
||||
Vertex_11 = geompy.MakeVertexWithRef(Vertex_9, 0, 0, -1)
|
||||
Vertex11x = geompy.MakeVertexWithRef(Vertex_11, 1, 0, 0)
|
||||
|
Loading…
Reference in New Issue
Block a user