Graphics3D[] objects clipping & PlotRange
- To: mathgroup at smc.vnet.net
- Subject: [mg20976] Graphics3D[] objects clipping & PlotRange
- From: Robert Prus <robert at fuw.edu.pl>
- Date: Wed, 1 Dec 1999 01:50:44 -0500 (EST)
- Organization: Warsaw University, Physics Department, Institute of Theoretical Physics
- Sender: owner-wri-mathgroup at wolfram.com
Hi, Is there a method of clipping Graphics3D[] objects except of using PlotRange option? g1=ParametricPlot3D[{u,v,Sin[u]Sin[v]},{u,-Pi,Pi},{v,-Pi,Pi}] g2=Show[g1,PlotRange->{{-Pi/2,Pi/2},{-Pi/2,Pi/2},{-1,1}}] g3=Show[g2,PlotRange->All] I need a method of creating g2 which gives me Graphics3D[] objects clipped to the specified box. Any help? RP -------------------- Robert Prus, robert at fuw.edu.pl Institute of Theoretical Physics, Warsaw University Hoza 69, 00-681 Warsaw, Poland