<div dir="ltr"><div><div><div>Hi everyone.<br><br></div>If I specify four points, create lines to make a square, define a plane surface then extrude that surface to form a cube, then rotate that cube.....  meshing fails.  Can someone please tell me how to rotate my cube and mesh it okay please? :)<br><br></div>Best regards,<br><br></div>Mark.<br><br>Point(1) = {2.6, -0.2, 0, 1.0};<br>Point(2) = {2.6, 0.3, 0, 1.0};<br>Point(3) = {3.1, 0.3, 0, 1.0};<br>Point(4) = {3.1, -0.2, 0, 1.0};<br>Line(1) = {2, 3};<br>Line(2) = {3, 4};<br>Line(3) = {4, 1};<br>Line(4) = {1, 2};<br>Line Loop(1) = {1, 2, 3, 4};<br>Plane Surface(1) = {1};<br><br>Extrude {0, 0, 1} {<br>  Surface{1}; Layers{5}; Recombine;<br>}<br><br>// Okay to here.  Mesh is valid.  Cube mesh generated.<br><br>Rotate {{0, 1, 0}, {0, 0, 0}, Pi/4} {<br>  Point{6}; Point{10}; Point{5}; Point{14}; Point{3}; Point{4}; Point{2}; Point{1}; Line{7}; Line{6}; Line{9}; Line{8}; Line{12}; Line{2}; Line{16}; Line{1}; Line{11}; Line{20}; Line{3}; Line{4};<br>}<br><br>// Add this line and the mesh fails.  How can I rotate my cube?<br></div>