// Last edited on 2011-05-07 09:05:47 by stolfi

global_settings{ max_trace_level 10 }

#include "generic_fig.inc"
#include "un4_macros.inc"

#local cut = 0;         // Cut nothing.
#local cpos = <0,0,0>;  // Cut through the reactor's axis.

#local view = 5;
#local cam_mag = 0.83;  // Automatic {cam_ctr,cam_rad}.

#local CB = object{ un4_standard_building_cutter(cut,cpos) }

#local OB = object{ un4_pools(CB) }

generic_fig(OB,view,cam_mag)