Re: Membrane
- To: mathgroup at smc.vnet.net
 - Subject: [mg74457] Re: Membrane
 - From: "Narasimham" <mathma18 at hotmail.com>
 - Date: Thu, 22 Mar 2007 01:08:54 -0500 (EST)
 - References: <etlpv8$r6j$1@smc.vnet.net>
 
On Mar 19, 3:51 pm, s... at nusun.jinr.ru wrote:
> Dear All !
>
> I wont create a 3D Graphical object as opaque membrane limited by the
> three lines and curve F(x) on the upper side. Then, compose new
> Graphic from the such objects.
> Please help me.
>                                                  Nodar Shubitidze
>                                                  Joint Institute for
> Nuclear Research
>                                                  Dubna, Moscow reg.,
> Russia
Want something like:
Plot3D[2 + Sin[x + y], {x, 0, 5}, {y, 0, Pi}, PlotRange -> {-1, 3} ]
with transparent sides and an opaque roof?
Narasimham