mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-13 02:00:35 +05:00
0023541: [CEA 2229] The test GEOM_Nut.py crashes
This commit is contained in:
parent
8f0d7fc799
commit
4ca4b8000a
2
src/GEOM_SWIG/GEOM_Nut.py
Executable file → Normal file
2
src/GEOM_SWIG/GEOM_Nut.py
Executable file → Normal file
@ -75,7 +75,7 @@ Fillet_1 = geompy.MakeFillet(Common_1, 10, geompy.ShapeType["EDGE"], [5])
|
|||||||
geompy.addToStudy(Fillet_1, "Fillet_1")
|
geompy.addToStudy(Fillet_1, "Fillet_1")
|
||||||
|
|
||||||
#Chamfer applying
|
#Chamfer applying
|
||||||
Chamfer_1 = geompy.MakeChamferEdge(Fillet_1, 10, 10, 15, 49 )
|
Chamfer_1 = geompy.MakeChamferEdge(Fillet_1, 10, 10, 44, 114 )
|
||||||
geompy.addToStudy(Chamfer_1, "Chamfer_1")
|
geompy.addToStudy(Chamfer_1, "Chamfer_1")
|
||||||
|
|
||||||
Chamfer_2 = geompy.MakeChamferEdge(Chamfer_1, 10, 10, 20, 30 )
|
Chamfer_2 = geompy.MakeChamferEdge(Chamfer_1, 10, 10, 20, 30 )
|
||||||
|
Loading…
Reference in New Issue
Block a user