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
void | ProGraphicsPolylineDraw |
| ( /* (In) The 3-D points to connect with line segments. */ int num_points /* (In) The number of points in the points array. */ ) |
Returns
Sample Code References
User Guide References
Parent topic