| BoxRatios is an option for Graphics3D and SurfaceGraphics which gives the ratios of side lengths for the bounding box of the threedimensional picture. |
In[1]:=
br = Graphics3D[Stellate[Dodecahedron[]], BoxRatios -> {1., 2., 1.4}]; Show[br]
In[2]:=
JavaView[br]
|