Re: random 3D object consisting of cuboids
- To: mathgroup at smc.vnet.net
- Subject: [mg69087] Re: random 3D object consisting of cuboids
- From: "Jens-Peer Kuska" <kuska at informatik.uni-leipzig.de>
- Date: Wed, 30 Aug 2006 06:32:13 -0400 (EDT)
- Organization: Uni Leipzig
- References: <ed0rda$skc$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
Show[Graphics3D[Table[Cuboid[Table[Random[],
{3}]], {20}]]]
??
Regards
Jens
"gavrili" <gavrili at rhrk.uni-kl.de> schrieb im
Newsbeitrag news:ed0rda$skc$1 at smc.vnet.net...
|i am trying to create random 3d objects
constisting of cuboids; as the
| end result i need the coordinates of the
cuboids;
|
| however, i am having trouble with the commands
from the very start;
| even when i cut and paste the following line
from mathematica
|
| Show[Graphics3D[Table[Cuboid[rcoord], {20}]]]
|
| i am getting error messages of the sort
| Graphics3D::nlist3: rcoord is not a list of
three numbers
|
|
|
| could anyone help?
|