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.