| BoxStyle is an option for threedimensional graphics functions which specifies how the bounding box should be rendered. |
In[1]:=
bs = Graphics3D[Stellate[Dodecahedron[]], BoxStyle -> {RGBColor[1, 0, 0], Dashing[{0.05, 0.05}]}]; Show[bs]
In[2]:=
JavaView[bs]
|