RE: Simple Problem with Polyhedron::Hexahedron
- To: mathgroup at smc.vnet.net
- Subject: [mg71204] RE: [mg71154] Simple Problem with Polyhedron::Hexahedron
- From: "David Park" <djmp at earthlink.net>
- Date: Fri, 10 Nov 2006 06:38:08 -0500 (EST)
It has six faces and eight vertices. What more can you ask for? David Park djmp at earthlink.net http://home.earthlink.net/~djmp/ From: OtavioCC [mailto:otavio at gmail.com] To: mathgroup at smc.vnet.net 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.