Function ProGraphicsPolylineDraw
Description
Draws a series of connected line segments (polylines) on the screen.
NOTES:
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.
The total number of points must be less than 200.
Replacement in Object TOOLKIT:
Synopsis
#include <ProGraphic.h>
void
ProGraphicsPolylineDraw
(
ProPoint3d* point_arr
/* (In)
The 3-D points to connect with line segments.
*/
int num_points
/* (In)
The number of points in the points array.
*/
)
Returns
None
Sample Code References
User Guide References
Isto foi útil?