<div dir="ltr"><div dir="ltr">Hi all,<div><br></div><div>I'm trying to extrude boundary layer using the Python interface. I would achieve this .geo command:</div><div>Extrude {</div><div>Curve{1};</div><div>Layers{{1,1},{0.001,0.0022}};</div><div>Recombine;</div><div>} </div><div>which should be in Python:</div><div>gmsh.model.occ.extrude([(1,1)], numElements = [1,1], heights = [0.001, 0.0022], recombine = True) </div><div>but the extrude command requires also the translation parameters dx, dy, dz. Is this function still missing from the Python API?</div><div><br></div><div>Thanks, Mikko</div><div><br></div></div></div>