|
[Date Index]
[Thread Index]
[Author Index]
Re: Revealing HiddenSurfaces
- To: mathgroup at smc.vnet.net
- Subject: [mg4428] Re: Revealing HiddenSurfaces
- From: Xah Lee <xah at best.com>
- Date: Mon, 22 Jul 1996 01:09:41 -0400
- Organization: Best Internet Communications
- Sender: owner-wri-mathgroup at wolfram.com
>
> The problem is that I1m unable to make the model surface transparent so
> that I can see the error lines of the data points behind the surface.
> Unfortunately Graphics3D doesn1t have a HiddenSurface option (Plot3D and
> Show do). Is there some way of doing this (maybe converting data to some
> other kind of graphics object)?
Adding to what Dave Wagner said, there is a package Shapes.m included with your
Mathematica. Shapes.m has a function something like WireFrame that convert any 3d
graphic object into wireframes.
Needs["Graphics`Shapes"]
Xah
xah at best.com; 74631.731 at compuserve.com
http://www.best.com/~xah/SpecialPlaneCurves_dir/specialPlaneCurves.html
http://www.best.com/~xah/PageTwo_dir/MathPrograms_dir/mathPrograms.html
Mountain View, CA, USA
==== [MESSAGE SEPARATOR] ====
Prev by Date:
ErrorBars.m
Next by Date:
ListPlot the output of Print
Previous by thread:
ErrorBars.m
Next by thread:
Re: Revealing HiddenSurfaces
|