run("3D Manager V4 Macros"); // import 3DManager macro extension Ext.Manager3DV4_ImportImage(); // import current label image Ext.Manager3DV4_MeasureList(); // print the list of available measurements Ext.Manager3DV4_GetType(0, type); print(type); // get the type of objet 0 Ext.Manager3DV4_SetType(0, 1); // set the type of object 0 Ext.Manager3DV4_GetType(0, type); print(type); // get the type of objet 0 Ext.Manager3DV4_Measure(0, "Volume(Unit)", mes); print(mes); // performs measurement on object 0 Ext.Manager3DV4_MeasureIntensity(0, "CMX(unit)", mes); print(mes); // performs intensity measurement on object 0 Ext.Manager3DV4_NbObjects(nb); print(nb); // get the total number of objects for(i=0;i