<div>My code is like this:</div><div> </div><div>-------------------------------------------------------------------------------------------------------------------</div><div> </div><div>Extrusion_Result[] = Extrude { 0,0,H } { Surface{Bottom_Surface} ; <br>
           Layers{LayerN}; } ; </div><div>//****************************** The mesh here will be layered.</div><div> </div><div>Six_Prism_1_Volume = Extrusion_Result[1];</div><div>Translate_Result[] = Translate{ 0,2,0 }{ Duplicata { Volume{Six_Prism_1_Volume} ; } };<br>
//****************************** This mesh here will not be layered!</div><div> </div><div>Six_Prism_2_Volume = Translate_Result[0];</div><div> </div><div>-------------------------------------------------------------------------------------------------------------------</div>
<div> </div><div>Is there any simple method to reserve the 'Layers{N}' characterization after duplicata.</div>