Hello,<br><br>I want to mesh a volume of box with internal surfaces as<br>a part of 3D mesh. <br>something like this scheme:<br><br>Line Loop(19) = {10,12,6,8};<br>Plane Surface(20) = {19};<br>Line Loop(21) = {11,1,5,-12};<br>
Plane Surface(22) = {21};<br>Line Loop(23) = {9,-3,-7,8};<br>Plane Surface(24) = {23};<br>Point(9) = {0.5,0.5,0.5,0.1};<br>Point(10) = {0.7,0.5,0.5,0.1};<br>Point(11) = {0.6,0.7,0.5,0.1};<br>Point(12) = {0.5,0.5,0.7,0.1};<br>
Line(25) = {9,10};<br>Line(26) = {10,11};<br>Line(27) = {11,9};<br>Line(28) = {11,12};<br>Line(29) = {12,9};<br>Line Loop(30) = {29,-27,28};<br>Plane Surface(31) = {30};<br>Line Loop(32) = {26,27,25};<br>Plane Surface(33) = {32};<br>
Surface Loop(34) = {20,18,24,16,22,14};<br>Volume(35) = {34};<br><br>Is this posiible in 3D?<br>(I  know that is possible in 2D with lines)<br><br>Regards,<br>Michal<br>