Documentación de la API > Miscellaneous > Object ProPlotdriver > Callback ProPlotdriverArcPlot
Callback ProPlotdriverArcPlot
Description
This is the generic function for plotting a circle.
Synopsis
#include <ProPlotdriver.h>
(*ProPlotdriverArcPlot)
(
/* (In)
The application data.
*/
Pro3dPnt center
/* (In)
Center of the circle.
*/
double radius
/* (In)
Radius.
*/
/* (In)
The starting point, defined as (X, Y, Z). The function ignores the Z value.
*/
/* (In)
The ending point, defined as (X, Y, Z). The function ignores the Z value.
*/
double t1
/* (In)
The start angle, in radians.
*/
double t2
/* (In)
The end angle, in radians.
*/
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
*/
)
Returns
Ignored.
User Guide References
¿Fue esto útil?