Function ProGraphicsLineDraw
Description
Draws a line on the screen from the last position to the position specified by the xyz argument.
NOTE:
These points are in the coordinate system of the current object. For example, if the current object is a part, the points must be in the part's coordinate system. If the current object is an assembly, the points must be in the assembly's coordinate system.
Replacement in Object TOOLKIT:
Synopsis
#include <ProGraphic.h>
void
ProGraphicsLineDraw
(
/* (In)
The 3-D point to draw the line to, defined as (X, Y, Z)
*/
)
Returns
None
Sample Code References
User Guide References
Was this helpful?