|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
DefaultBoxStyle
DefaultBoxStyle
is a low-level option for three-dimensional graphics functions that specifies the default style to use in rendering the bounding box.
DetailsDetails
- DefaultBoxStyle->style specifies that the bounding box should effectively be replaced by Style[box, style].
- BoxStyle is applied after DefaultBoxStyle.
- For Graphics3D, the default setting is DefaultBoxStyle->"Graphics3DBox".
- DefaultBoxStyle->{} introduces no default style specifications, thereby effectively allowing all outside style specifications in.
- DefaultBoxStyle->style makes any specifications in style override corresponding outside style specifications.
ExamplesExamplesopen allclose all
Basic Examples (3)Basic Examples (3)
The current setting for DefaultBoxStyle:
| In[1]:= |
| Out[1]= |
| In[1]:= |
| Out[1]= | ![]() |
Explicit settings for BoxStyle override DefaultBoxStyle:
| In[1]:= |
| Out[1]= | ![]() |
New in 7
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »


