Re: Simple Problem with Polyhedron::Hexahedron
- To: mathgroup at smc.vnet.net
- Subject: [mg71216] Re: Simple Problem with Polyhedron::Hexahedron
- From: "Jens-Peer Kuska" <kuska at informatik.uni-leipzig.de>
- Date: Fri, 10 Nov 2006 06:38:33 -0500 (EST)
- Organization: Uni Leipzig
- References: <eiuroh$ghn$1@smc.vnet.net>
Hi,
Graphics3D[Cuboid[{0, 0, 0}, {10, 5, 3}]] // Show
??
Regards
Jens
"OtavioCC" <otavio at gmail.com> schrieb im
Newsbeitrag news:eiuroh$ghn$1 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.
|