MathGroup Archive 1998

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

Search the Archive

Re: Problem plotting lists of 3d graphics objects



Tony wrote:

> Whilst this command prints a nice graph:
>  Show[Graphics3D[
>                 {
>                         AbsoluteThickness[4],
>                         Hue[BidderHue[1]],
>                 BidderLines[1]
>                 }
>         ], ViewPoint -> {0,-0.5,-2}, BoxRatios -> {5,2,2},
>         Axes -> True,
> 
> ]
> 
> If I generate the Graphics3D objects like this:
> 
> DemObj[i_]:= Graphics3D[
>                 AbsoluteThickness[4],
>                         Hue[BidderHue[i]],
> BidderLines             [i]
>         ]
> 
> and build a table of these objects, then
> 
> Show[MY_TABLE_OF_3D_OBJECTS, .... ]
> Returns an error UNLESS the table contains no Thickness, Hue, etc
> options.

Tony:

1) The first example needs the comma after True removing 2) The
definition of DemObj needs  {..} as in the first example: thus
DemObj[i_]:= Graphics3D[
				{
                 	AbsoluteThickness[4],
                	 Hue[BidderHue[i]],
 				 	BidderLines [i]
				}
         ]

-- 
Allan Hayes
 Training and Consulting
Leicester, UK
hay@haystack.demon.co.uk
http://www.haystack.demon.co.uk
voice: +44 (0)116 271 4198
fax: +44 (0)116 271 8642




  • Prev by Date: Re: Histograms for 2-D Data ?
  • Next by Date: Introducing: Conix 3D Explorer!
  • Prev by thread: Problem plotting lists of 3d graphics objects
  • Next by thread: Using Nodal