I am trying the commands found in the doc for vectorization :
/////////////
function onCreate() {
//Configuration de la vue
iannix.execute(“clear”);
iannix.execute(“center 0 0”);
iannix.execute(“zoom 100”);
iannix.execute(“rotate 0 0 0”);
iannix.execute(“add curve 1”);
iannix.execute(“setPos current 1 2 0”);
iannix.execute(“setPointsImg current 0.1 ./Examples/trigger_speaker.png”);
}
/////////////////
The result does not show nothing…
Can you also provide us with a detailed example of the procedure consisting in importing a vectorial path from another app ?
Thanks,
Bart