[SGA,SGB]=SGcut(SG,[z])
SG : | Solid Geometry (VL,FL) | |
z : | z value for slicing or interval [z1 z2] or character such as 'x', 'y', 'z' |
SGA : | Solid below cutting plane (and above z2) (grey) | |
SGB : | Solid above cutting plane (and in between z2) (magenta) |
SGcut (SGsample(7),+10);
SGcut(SGsample(4));
SGcut(SGsample(25));
SGcut(SGsample(25),'x+');
SGcut(SGsample(25),'x-');