MathGroup Archive 2007

[Date Index] [Thread Index] [Author Index]

Search the Archive

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
> 
> 


  • Prev by Date: Re: Change colors in contour plot and including a legend?
  • Next by Date: Re: "dereference" variable
  • Previous by thread: Re: tetrahedron problem
  • Next by thread: Re: tetrahedron problem