Category Graphics and model display, Object ProGraphics

Function ProGraphicsLineDraw


Description
Draws a line on the screen from the last position to the position specified by the xyz argument.

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::DrawLine
Synopsis
#include <ProGraphic.h>
voidProGraphicsLineDraw(
ProPoint3d point
/* (In)
The 3-D point to draw the line to, defined as (X, Y, Z)
*/
)
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 ( 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 ( TestExtrude.c )
  13. pt_examples ( TestExtrude.c )
  14. pt_examples ( TestExtrude.c )
  15. pt_examples ( TestGeom.c )
  16. pt_examples ( TestGeom.c )
  17. pt_examples ( TestGeom.c )
  18. pt_examples ( TestGeom.c )
  19. pt_examples ( TestDrawTbl.c )
  20. pt_examples ( TestDrawTbl.c )
  21. pt_examples ( TestGraphics.c )
  22. pt_examples ( TestGraphics.c )
  23. pt_examples ( TestRay.c )
  24. pt_userguide ( UgExtAnalysisSurfcsys.c )
  25. pt_userguide ( UgExtAnalysisSurfcsys.c )
  26. pt_userguide ( UgExtAnalysisSurfcsys.c )
  27. pt_userguide ( UgGraphLineCircleDraw.c )
  28. pt_userguide ( UgGraphPolyLineDraw.c )
  29. pt_userguide ( UgGraphPolyLineDrawUtil.c )
  30. pt_userguide ( UgGraphPolyLineDrawUtil.c )
  31. pt_userguide ( UgGraphPolyLineDrawUtil.c )
  32. pt_userguide ( UgGraphPolyLineDrawUtil.c )