itom.shape.createPoint fails

Issue #120 resolved
Oliver Schwanke created an issue

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)

  1. Log in to comment