Re: tetrahedron problem
- To: mathgroup at smc.vnet.net
- Subject: [mg82062] Re: tetrahedron problem
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Wed, 10 Oct 2007 05:17:55 -0400 (EDT)
- Organization: Uni Leipzig
- References: <fei306$qgo$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
Hi,
PolyhedronData[""Tetrahedron"] *is* already a 3d graphics and
Show[PolyhedronData["Tetrahedron"]]
but the show is useless because Mathematica will display the
3d graphics without the Show[].
Regards
Jens
Mark Fisher wrote:
> Hi all,
>
> PolyhedronData["Tetrahedron"]
>
> works fine, but
>
> Show[Graphics3D[PolyhedronData["Tetrahedron"]]]
>
> generates an error ("Graphics is not a Graphics3D primitive or
> directive.").
>
> I'm using "6.0 for Microsoft Windows (32-bit) (June 19, 2007)".
>
> Is this a problem for others? Is this a bug?
>
> --Mark
>
>