define a polyline (two or more points), of any line style, width, and color
{
geometry+IPort2 = {-2,-2,2,2};
AGColor color = "antibackground";
AGLineStyle lineStyle = "solid";
AGDistance width = 0.25;
};
AGLine and AGLineObj define a line connected through the points in the geometry. If only one coordinate pair is given, a filled circle with diameter equal to width is drawn. AGLineObj includes an AGDataObject for your convenience.
Inherited from AGPrimitive through AGGeometryPrimitive.
Inherited from AGGeometryPrimitive.
The color, line style, and width of the line.
examples/sliceFld.v
AGGeometryPrimitive / AGRenderPrimitive