Category Graphics and model display, Object ProGraphics

Function ProGraphicsPenPosition


Description
Prepares for a series of calls to ProGraphicsLineDraw(). This function enables you to move to a point without any graphical output.

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::SetPenPosition
Synopsis
#include <ProGraphic.h>
voidProGraphicsPenPosition(
ProPoint3d point
/* (In)
The point to which to move
*/
)
Returns
None
See Also
ProGraphicsLineDraw

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 ( TestAnalysisCsys.c )
  2. pt_examples ( TestAnalysisCsys.c )
  3. pt_examples ( TestAnalysisCsys.c )
  4. pt_examples ( TestAnalysisCurve.c )
  5. pt_examples ( TestAnalysisSrfCurve.c )
  6. pt_examples ( TestAnalysisSrfCurve.c )
  7. pt_examples ( TestSolid.c )
  8. pt_examples ( TestSolid.c )
  9. pt_examples ( TestExtrude.c )
  10. pt_examples ( TestExtrude.c )
  11. pt_examples ( TestExtrude.c )
  12. pt_examples ( TestGeom.c )
  13. pt_examples ( TestGeom.c )
  14. pt_examples ( TestGeom.c )
  15. pt_examples ( TestGeom.c )
  16. pt_examples ( TestDrawTbl.c )
  17. pt_examples ( TestDrawTbl.c )
  18. pt_examples ( TestGraphics.c )
  19. pt_examples ( TestGraphics.c )
  20. pt_examples ( TestRay.c )
  21. pt_userguide ( UgExtAnalysisSurfcsys.c )
  22. pt_userguide ( UgExtAnalysisSurfcsys.c )
  23. pt_userguide ( UgExtAnalysisSurfcsys.c )
  24. pt_userguide ( UgGraphLineCircleDraw.c )
  25. pt_userguide ( UgGraphPolyLineDraw.c )
  26. pt_userguide ( UgGraphPolyLineDrawUtil.c )
  27. pt_userguide ( UgGraphPolyLineDrawUtil.c )
  28. pt_userguide ( UgGraphPolyLineDrawUtil.c )