FaceGrids
Usage
• FaceGrids is an option for three-dimensional graphics functions that specifies grid lines to draw on the faces of the bounding box.
Notes
• The following settings can be given for FaceGrids:
| None | no grid lines drawn | | All | grid lines drawn on all faces | { , , ... } | grid lines drawn on the specified faces | {{ , { , }}, ... } | details of grid lines specified |
• Faces are specified as { , , }, where two of the  must be 0, and the third one must be +1 or -1. • Example: the  -  face with smallest  value is specified as {0, 0, -1}. • For each face, specifications { , } can be given to determine the arrangement of grid lines. These specifications have the form described in the notes for GridLines. • New in Version 2.
|