> What's missing is being able to work on all the points within one
> "cycle". As it stands now, I can access each one of the points
> generated by the Div component individually, but not in the same
> script scope.

Rodrigo,

a possible solution for this until the new version comes out is to
feed all the points from the div component into a polyline and pass
that as OnCurve to the Py component. then use the onCurve
class's .isPolyline method to get the array of all points into the
cycle. I have used that with the VB.NET component and works fine.

Reply via email to