Skip to content
Snippets Groups Projects
Commit d34f4ca5 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent dc741b08
No related branches found
No related tags found
No related merge requests found
//================================================
// Maillage du cube
//================================================
h = 0.05;
Point(1) = {0,2,0,25*h};
Point(2) = {0,-1,0,h};
Point(3) = {1,-0.2,0,2*h};
Point(4) = {1.5,-0.8,0,h};
Point(5) = {2,0.1,0,2*h};
Point(6) = {3,-0.6,0,h};
Point(7) = {4,2,0,10*h};
Point(8) = {0.4,-0.9,0,h};
CatmullRom(1) = {2,8,3,4,5,6,7};
Line(2) = {7,1};
Line(3) = {1,2};
Line Loop(4) = {3,1,2};
Plane Surface(5) = {4};
Extrude Surface {5, {0,1,0}, {0,0,0}, Pi/2}
{Layers{10,100,1}; Recombine;};
$Id: VERSIONS,v 1.172 2003-12-03 04:31:31 geuzaine Exp $ $Id: VERSIONS,v 1.173 2003-12-04 00:14:32 geuzaine Exp $
New since 1.49: small changes to the visibility browser + made New since 1.49: small changes to the visibility browser + made
visibility scriptable (new Show/Hide commands); fixed (rare) crash visibility scriptable (new Show/Hide commands); fixed (rare) crash
when deleting views; split File->Open into File->Open and File->New to when deleting views; split File->Open into File->Open and File->New to
behave like most other programs; Mac versions now use the system menu behave like most other programs; Mac versions now use the system menu
bar by default (if possible); bar by default (if possible); fixed bug leading to degenerate
tetrahedra in extruded meshes;
New in 1.49: made Merge, Save and Print behave like Include (i.e., New in 1.49: made Merge, Save and Print behave like Include (i.e.,
open files in the same directory as the main project file if the path open files in the same directory as the main project file if the path
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment