Re: Getting the size of the bounding box of a Graphics3D[]
- To: mathgroup at smc.vnet.net
- Subject: [mg88457] Re: Getting the size of the bounding box of a Graphics3D[]
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Mon, 5 May 2008 06:18:15 -0400 (EDT)
- References: <fvhevb$4gp$1@smc.vnet.net>
Hi, no that is a bug. Regards Jens Szabolcs Horv=E1t wrote: > Is there a reliable way to get the coordinates and size of the bounding= > box of a Graphics3D object? > > I tried > > PlotRange /. AbsoluteOptions[Graphics3D[Sphere[]]] > > but it gives {{0., 1.}, {0., 1.}, {0., 1.}}, whereas the correct answer= > should be {{-1., 1.}, {-1., 1.}, {-1., 1.}}. >