MathGroup Archive 2008

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

Search the Archive

Getting the size of the bounding box of a Graphics3D[]

  • To: mathgroup at smc.vnet.net
  • Subject: [mg88395] Getting the size of the bounding box of a Graphics3D[]
  • From: Szabolcs Horvát <szhorvat at gmail.com>
  • Date: Sat, 3 May 2008 06:31:47 -0400 (EDT)
  • Organization: University of Bergen

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.}}.


  • Prev by Date: StringMatchQ and Regular Expressions
  • Next by Date: Re: Wolfram Workbench user experiences
  • Previous by thread: Re: StringMatchQ and Regular Expressions
  • Next by thread: Re: Getting the size of the bounding box of a Graphics3D[]