I want to create a star-shaped region with 5 structures of point. So, I need to create an array of size 5 with structure elements of a point. I tried the following, but it seems to not work:
aVertices = dll.create_array(5,"t*",p1,p2,p3,p4,p5) where p1,p2,p3,p4,p5 are handles to a struct (of a point). How should I specify the handles to the struture in array? Sean Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
