Category Graphics and model display, Object ProGraphics

Function ProGraphicsCircleDraw


Description
Draws a circle on the screen.

NOTE:

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.

Replacement in Object TOOLKIT: pfcDisplay::DrawCircle
Synopsis
#include <ProGraphic.h>
voidProGraphicsCircleDraw(
ProPoint3d center
/* (In)
The center
*/
double radius
/* (In)
The radius
*/
)
Returns
None

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. User Interface: Basic Graphics: Displaying Graphics
  3. User Interface: Basic Graphics: Displaying Graphics

Sample Code References:

  1. pt_examples ( TestSolid.c )
  2. pt_examples ( TestSolid.c )
  3. pt_examples ( TestSolid.c )
  4. pt_examples ( TestExtrude.c )
  5. pt_examples ( TestExtrude.c )
  6. pt_examples ( TestExtrude.c )
  7. pt_examples ( TestGeom.c )
  8. pt_examples ( TestGeom.c )
  9. pt_examples ( TestGeom.c )
  10. pt_examples ( TestGeom.c )
  11. pt_examples ( TestGeom.c )
  12. pt_examples ( TestGeom.c )
  13. pt_examples ( TestGeom.c )
  14. pt_examples ( TestGeom.c )
  15. pt_examples ( TestDtlentity.c )
  16. pt_examples ( TestDtlentity.c )
  17. pt_examples ( TestDtlentity.c )
  18. pt_examples ( TestDtlentity.c )
  19. pt_examples ( TestDtlentity.c )
  20. pt_examples ( TestDtlentity.c )
  21. pt_examples ( TestDtlnote.c )
  22. pt_examples ( TestDtlsyminst.c )
  23. pt_examples ( TestGraphics.c )
  24. pt_examples ( TestGraphics.c )
  25. pt_examples ( TestGraphics.c )
  26. pt_examples ( TestRay.c )
  27. pt_userguide ( UgGraphLineCircleDraw.c )