mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-03-17 05:07:56 +05:00
Fix example test scripts
This commit is contained in:
parent
b78679f31c
commit
5eb9ea61de
@ -4,7 +4,7 @@ import geompy
|
|||||||
import salome
|
import salome
|
||||||
gg = salome.ImportComponentGUI("GEOM")
|
gg = salome.ImportComponentGUI("GEOM")
|
||||||
|
|
||||||
# import initial topology
|
# import initial topology with bad tolerances (more than 1e-07)
|
||||||
shape1 = geompy.ImportBREP("my_shape_1.brep")
|
shape1 = geompy.ImportBREP("my_shape_1.brep")
|
||||||
shape2 = geompy.ImportBREP("my_shape_2.brep")
|
shape2 = geompy.ImportBREP("my_shape_2.brep")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user