*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.