Hi there,
You can try these:
util/vdc/vdc --xyz --slice 0.0,1.0,0.0,1.0,0.0,0.5 #xmin, xmax, ymin, ymax, zmin ,zmax)
util/vdc/vdc --xyz --slice 0.5,1.0,0.0,1.0,0.0,1.0 # vertical slice
--remove-material [material1,material2]
You can also change parameters inside spins.pov:
#declare LX = 0; // camera looking position
#declare LY = 0;
#declare LZ = 0;
// camera location
#declare cam_theta = 0.000497946; // angle from z in degrees
#declare cam_phi = 43.7546; // angle from x in degrees
#declare cam_radius = 1382.08; // distance from origin
I hope this helps, All the best!!