[Gmsh] Question
Syed Umair Uddin Qadri
umairuddinqadri at hotmail.com
Sat Sep 4 13:28:38 CEST 2010
Hi All,
With my best wishes to GMSH team . I like to ask Please guide me how can i put the given cylinder inside the bounding box ??
Point(271) = {14.4209324115962,10.4499061155420,19.8740924824170,0.5};
Point(272) = {(14.4209324115962+1), 10.4499061155420, 19.8740924824170,0.5};
Point(273) = {14.4209324115962, (10.4499061155420+1), 19.8740924824170,0.5};
Point(274) = {(14.4209324115962-1), 10.4499061155420, 19.8740924824170,0.5};
Point(275) = {14.4209324115962, (10.4499061155420-1), 19.8740924824170,0.5};
Circle(271) = {272,271,273};
Circle(272) = {273,271,274};
Circle(273) = {274,271,275};
Circle(274) = {275,271,272};
Line Loop(275) = {271,272,273,274};
Plane Surface(276) = {275};
Extrude {0,0,20} {
Surface{276};
}
BoundingBox{xmin,.. zmax}; //
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.geuz.org/pipermail/gmsh/attachments/20100904/40a42ab0/attachment.html>