*Graphic() - outline - markers
Creates an outline graphic by connecting the origins of the markers.
Syntax
*Graphic(gr_name,"gr_label",OUTLINE, marker1,marker2,...)
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.
- marker1, marker2, ...
- The variable names of markers.
Example
*Marker(pb_marker1, "polybeam Marker1", b_pbeam, p1)
*Marker(pb_marker2, "polybeam Marker2", b_pbeam, p1)
*Graphic(gr_bar, "Bar", OUTLINE,
pb_marker1, pb_marker2)
Context
Comments
The outline primitive belongs to the part attached to marker1.