*Graphic() - outline - polybeam
Creates an outline graphic by connecting polybeam points.
Syntax
*Graphic(gr_name,"gr_label",OUTLINE, pbeam)
    Arguments
- gr_name
 - The variable name of the graphic.
 - gr_label
 - The descriptive label of the graphic.
 - OUTLINE
 - This argument indicates the graphic is an outline type.
 - pbeam
 - The polybeam associated with this graphic.
 
Example
*PolyBeam(pb_stabar, "Stabilizer bar",    pt_1, 
                                         pt_2, 
                                         pt_3, 
                                         pt_4)
*Graphic(gr_stabar, "Stabilizer bar",     OUTLINE, 
                                         pb_stabar)
    Context
Comments
The outline primitive belongs to the part attached to pbeam.
To avoid the graphic being visible during MotionSolve result animation in HyperView, set the hide_in_post attribute to {{true}}. For example: *Set(gra_link.hide_in_post, true). This option will set the graphic component's visibility to be turned off when the result H3D is loaded in HyperView.