acircle.getCenter() to (x,y) coordinates in Python

G Yu neptinizer101 at gmail.com
Sun Dec 24 21:42:43 EST 2017


Ah, I get it now.  I have to store the acircle.getCenter() in a point Point, and then access Point.getX() and Point.getY() separately.  It was just that middle step that I was missing.  Thanks so much!



More information about the Python-list mailing list