*BeginGraphicDefaults()
Indicates the beginning of the graphics preferences block.
Syntax
*BeginGraphicDefaults()
Application
MotionView
Example
*BeginGraphicDefaults()
	*SetOrientation(Top)
	*SetBackgroundColor(0)
	*Part(Default, On, -1, Opaque, Shaded, NoTrace)
	*Part("P/999", Off, 8, Opaque, Shaded, NoTrace)
	*Force(Default, Off, 2, Opaque, Shaded, NoTrace, Force, 
             Resultant)
	*Marker(Default, Off, 5, Opaque, Shaded, NoTrace)
	*SetPartColorList(8,9,10,11,12,13,14,15)
*EndGraphicDefaults()
      Comments
The statements following *BeginGraphicDefaults() specify preferences for graphics in the model and graphic windows.
Every *BeginGraphicDefaults() statement requires a closing *EndGraphicDefaults statement.