mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-15 10:08:35 +05:00
Test Others script error
This commit is contained in:
parent
0360d3691e
commit
6c8fff57cb
@ -553,7 +553,7 @@ def TestOtherOperations (geompy, math):
|
|||||||
|
|
||||||
# GetShapesOnCylinderWithLocation
|
# GetShapesOnCylinderWithLocation
|
||||||
edges_out_cyl = geompy.GetShapesOnCylinderWithLocation(blocksComp, geompy.ShapeType["EDGE"],
|
edges_out_cyl = geompy.GetShapesOnCylinderWithLocation(blocksComp, geompy.ShapeType["EDGE"],
|
||||||
vy, 55, geompy.GEOM.ST_OUT)
|
vy, p11, 55, geompy.GEOM.ST_OUT)
|
||||||
for edge_i in edges_out_cyl:
|
for edge_i in edges_out_cyl:
|
||||||
geompy.addToStudy(edge_i, "Edge out of Cylinder (axis = (0, 1, 0), r = 55)")
|
geompy.addToStudy(edge_i, "Edge out of Cylinder (axis = (0, 1, 0), r = 55)")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user