// Last edited on 2011-05-07 08:56:22 by stolfi global_settings{ max_trace_level 10 } #include "generic_fig.inc" #include "un1_macros.inc" #local cut = 0; // Cut nothing. #local cpos = <0,0,0>; // Cut through the reactor's axis. #local view = 3; #local cam_mag = 0.83; // Automatic {cam_ctr,cam_rad}. #local CB = object{ un1_standard_building_cutter(cut,cpos) } #local OB = object{ un1_pools(CB) } generic_fig(OB,view,cam_mag)