create circle with python

   2828   3   0
User Avatar
Member
105 posts
Joined: Nov. 2007
Offline
hi,
im trying to create a circle using an example from the help(see attached file)..but cant seem to generate the points to make the circle..
not sure where im going wrong, any hints would be appreciated. thanks a lot

Attachments:
python problem.png (200.1 KB)

User Avatar
Member
678 posts
Joined: July 2005
Offline
Maybe it will work better if you actually call CreateCircle() method somewhere?
User Avatar
Member
105 posts
Joined: Nov. 2007
Offline
sorry i forgot to add, i entered the code in a python otl from new operator type…just wondering if you can generate and plot points from that node..
User Avatar
Member
678 posts
Joined: July 2005
Offline
rossl
sorry i forgot to add, i entered the code in a python otl from new operator type…just wondering if you can generate and plot points from that node..

And? Call the function and it will work. If you don't call it it will not execute. Right now you just wrote the function and it simply awaits there to be called.

Google what calling function means.
  • Quick Links