Geomerative reverse RPoint array, how to?
in
Contributed Library Questions
•
1 month ago
Hi all, I would like to reverse a list of RPoint, but it tells me that you can not do:
points_ = grp.getPoints();
points_ = reverse(points_);
and it say:
"cannot convert from Object to RPoint[];"
Thank you all...
1