[Gmsh] Is there a way to apply Progression or Bump when using Extrude command?

Praveen C cpraveen at gmail.com
Thu Apr 19 16:15:40 CEST 2012


You can put a for loop and extrude previous layer by one layer at a time,
adjusting the spacing as you like.

praveen

On Thu, Apr 19, 2012 at 7:38 PM, Feifei TONG <tongf.fei at gmail.com> wrote:

> Dear All,
>
> A nice weekend to you.
>
> I have a face (plane 1) in X-Y plane and would like to extrude 10 layers
> in z-axis. The Extrude command is applied here as,
>
> Extrude {0, 0, -5} {
>   Surface{1};
>   Layers{10};
>   Recombine;
> }
>
> The problem is that those 10 layers are evenly distributed along z-axis,
> with a delta-z of 0.5; But, I would like to see the distances among those
> layer gradually decrease or increase with a Progression or Bump command. Is
> there a way to realize this?
>
> Any help would be greatly appreciated.
>
> Kind regards,
> Albert
>
> _______________________________________________
> gmsh mailing list
> gmsh at geuz.org
> http://www.geuz.org/mailman/listinfo/gmsh
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.geuz.org/pipermail/gmsh/attachments/20120419/133b161d/attachment.html>