Salome HOME
cd646fb9d9a96761ee5868cab5e99181136556f0
[modules/shaper.git] / test.squish / suite_ISSUES / tst_BASE / test.py
1 def main():
2     source(findFile("scripts", "common.py"))
3     
4     startApplication("GeomApp")
5     parameter_create("a", "100")
6     part_create()
7     point = (446, 297) # one of the construction planes
8     sketch_create(point, lambda: circle_create(0, 0, "a"))
9     points = [(489, 319)] # circle
10     extrusion_feature(points, "a")