*Graphic() - tube

Creates a tube graphic.

Syntax

*Graphic(gr_name,"gr_label",TUBE, pbeam)

Arguments

gr_name
The variable name of the graphic.
Data type: varname
gr_label
The descriptive label of the graphic.
Data type: label
TUBE
This argument indicates the graphic is a tube type.
pbeam
The polybeam associated with this graphic.
Data type: polybeam

Example

*PolyBeam(pb_stabar, "Stabilizer bar",   pt_1, 
                                        pt_2, 
                                        pt_3, 
                                        pt_4)
*Graphic(gr_stabar, "Stabilizer bar",    TUBE, 
                                        pb_stabar)

Context

*BeginMdl()

*DefineAnalysis()

*DefineGraphic()

*DefineSystem()