| Author |
Comment/Response |
Forum Moderator
email me
 |
05/31/12 12:43pm
The Filling option in Plot3D, etc., can fill to the bottom of the graphic only.
The attached notebook uses the RegionPlot3D function to simulate filling between two surfaces. Partial example:
RegionPlot3D[
f2[x, y] + eps < z < f3[x, y] - eps, {x, -2, 2}, {y, -2, 2}, {z, 0, 4},
Mesh -> False, PlotStyle -> Directive[Green, Opacity[0.5]],
BoundaryStyle -> Directive[Darker[Green], Thick],
PlotPoints -> 50 ]
Attachment: fakeFilling3D.nb, URL: , |
|