|
Hi everyone,
I am having problem with macro extention. I want to use 3D Roi Manager's features in my own plugin. Before I started writing the script I checked in macro recorder what functions I would need. That is the output from recorder:
run("3D Manager");
Ext.Manager3D_AddImage();
How I can use the "Ext.Manager3D_AddImage();" funtion in my code ?
Cheers,
Bart
|