MathGroup Archive 2006

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

Search the Archive

Simple Problem with Polyhedron::Hexahedron

  • To: mathgroup at smc.vnet.net
  • Subject: [mg71154] Simple Problem with Polyhedron::Hexahedron
  • From: "OtavioCC" <otavio at gmail.com>
  • Date: Thu, 9 Nov 2006 03:38:59 -0500 (EST)

Hi,

I've a simple question but I didn't found an answer. I'm trying to draw
a Hexahedron with dimensions (10, 5, 3), centered on {0, 0, 0}. So,
I've been doing this:

<< Graphics`Polyhedra`

des = Polyhedron[Hexahedron, {0, 0, 0}, {10, 5, 3}];
Show[des, Axes -> True, AxesLabel -> {"x", "y", "z"}];

But it's not working, and the resultant Hexahedron don't have this
dimensions...

Thanks.


  • Prev by Date: find roots on a rectangle in 2D domain
  • Next by Date: Option Inspector Window Font Size
  • Previous by thread: Re: Re: xvnc Mathematica menu fonts
  • Next by thread: RE: Simple Problem with Polyhedron::Hexahedron