Object ProPlotdriver

Callback ProPlotdriverCirclePlot


Description
This is the generic function for plotting a circle.
Synopsis
#include <ProPlotdriver.h>
ProError(*ProPlotdriverCirclePlot)(
ProAppData data
/* (In)
The application data.
*/
Pro3dPnt point
/* (In)
Center of the circle.
*/
double radius
/* (In)
Radius.
*/
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.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Interface: Customized Plot Driver: Using the Plot Driver Functionality
  3. Interface: Customized Plot Driver: Using the Plot Driver Functionality