- changed status to resolved
itom.shape.createPoint fails
Issue #120
resolved
itom.shape.createPoint(point=(0,0), flags=itom.shape.MoveLock) fails
RuntimeError: Unknown runtime error when executing python command (maybe stack overflow?)
Function succeeds when not using flags parameter to lock loc/rot/scale as in
itom.shape.createPoint(point=(0,0), flags=0)
Function createCircle does succeed.
itom.shape.createCircle(center=(0,0), radius=1, flags=itom.shape.MoveLock)
Comments (1)
-
- Log in to comment
bugfix in shape.createPoint, unittest added to verify this bug. fixes issue
#120→ <<cset 058b12e249e5>>