*EndGraphicDefaults()
Indicates the end of the graphic defaults block.
Syntax
*EndGraphicDefaults()
Application
MotionView.
Example
*BeginGraphicDefaults()
*SetOrientation(Top)
*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 *EndGraphicDefaults() statement terminates the graphics defaults block. Every *BeginGraphicDefaults() statement requires a closing *EndGraphicDefaults() statement.