Coordinates of centers of circles or arcs in a script

 From:  Cemortan_Tudor
9875.4 In reply to 9875.3 
curves.item(i).getSubObjects().item(j).conicFrame.origin;
ex:
var pointfactory = moi.command.createFactory('point');
pointfactory.setInput(0, curves.item(i).getSubObjects().item(j).conicFrame.origin);
pointfactory.commit();
- Tudor -