API 설명서 > Miscellaneous > Object ProPlotdriver > Callback ProPlotdriverPolylinePlot
Callback ProPlotdriverPolylinePlot
Description
This is the generic function for plotting a polyline.
Synopsis
#include <ProPlotdriver.h>
(*ProPlotdriverPolylinePlot)
(
/* (In)
The application data.
*/
int n_points
/* (In)
number of points,
*/
Pro3dPnt* points
/* (In)
Array of points.
*/
int color
/* (In)
Color index. The possible values are as follows: PRO_LETTER_COLOR PRO_HIGHLITE_COLOR PRO_DRAWING_COLOR PRO_BACKGROUND_COLOR PRO_HALF_TONE_COLOR PRO_EDGE_HIGHLITE_COLOR PRO_DIMMED_COLOR PRO_ERROR_COLOR PRO_WARNING_COLOR
*/
ProLinestyle line_style
/* (In)
Line style.
*/
double line_width
/* (In)
Line width.
*/
)
Returns
Ignored.
User Guide References
도움이 되셨나요?