Category Windows and views, Object ProWindow

Function ProWindowRepaint


Description
Is the equivalent of the Creo Parametric command View, Repaint. This function enables you to perform several operations and update the view when necessary.
Replacement in Object TOOLKIT: pfcWindow::Repaint
Synopsis
#include <ProWindows.h>
ProErrorProWindowRepaint(
int window_id
/* (In)
The identifier of the window to be cleared. If this argument is PRO_VALUE_UNUSED, the function clears the current window.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully repainted the window.
PRO_TK_BAD_INPUTSThe argument is invalid.

Manual References:

  1. Pro/DEVELOP to Creo Parametric TOOLKIT Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Core: Solids, Parts, and Materials: Regenerating a Solid
  3. User Interface: Selection: Highlighting
  4. Core: Utilities: Configuration Options
  5. Event-driven Programming: External Objects: Display Data for External Objects
  6. Core: Models and Model Items: Surface Properties of Models
  7. User Interface: Basic Graphics: Repainting Windows
  8. User Interface: Basic Graphics: Repainting Windows
  9. Production Applications: Cabling: Cable Routing
  10. Drawings: Modifying Views

Sample Code References:

  1. pt_af_examples ( PTAFNotesUpdate.c )
  2. pt_examples ( TestAsm.c )
  3. pt_examples ( TestSolid.c )
  4. pt_examples ( TestDispObject.c )
  5. pt_examples ( TestDispObject.c )
  6. pt_examples ( TestExtobj.c )
  7. pt_examples ( TestFeats.c )
  8. pt_examples ( TestFeats.c )
  9. pt_examples ( TestFeats.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 ( TestDisplist.c )
  16. pt_examples ( TestDisplist.c )
  17. pt_examples ( TestDrawTbl.c )
  18. pt_examples ( TestDrawTbl.c )
  19. pt_examples ( TestDrwSheets.c )
  20. pt_examples ( TestDrwSheets.c )
  21. pt_examples ( TestDrwSheets.c )
  22. pt_examples ( TestDrwSheets.c )
  23. pt_examples ( TestDrwSheets.c )
  24. pt_examples ( TestDrwSheets.c )
  25. pt_examples ( TestDrwView.c )
  26. pt_examples ( TestLayer.c )
  27. pt_examples ( TestLayer.c )
  28. pt_examples ( TestRay.c )
  29. pt_examples ( TestRay.c )
  30. pt_examples ( TestSymDefMenu.c )
  31. pt_examples ( TestView.c )
  32. pt_examples ( TestWindow.c )
  33. pt_examples ( TestGtol.c )
  34. pt_geardesign ( GearDesign.c )
  35. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  36. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  37. pt_userguide ( UgAsmcompConstraint.c )
  38. pt_userguide ( UgAsmcompConstraint.c )
  39. pt_userguide ( UgAsmcompConstraint.c )
  40. pt_userguide ( UgDtlentityExamples.c )
  41. pt_userguide ( UgSheetAdd.c )
  42. pt_userguide ( UgSheetCopy.c )
  43. pt_userguide ( UgSheetDelete.c )
  44. pt_userguide ( UgTableColorChange.c )
  45. pt_userguide ( UgExtobjCreate.c )
  46. pt_userguide ( Ug3DSection.c )
  47. pt_userguide ( UgGraphZoomAtPoint.c )
  48. pt_userguide ( UgGtolCreate.c )
  49. pt_userguide ( UgModelLayerCreate.c )
  50. pt_userguide ( UgModelLayerItemsAdd.c )
  51. pt_userguide ( UgModelLayerScan.c )
  52. pt_userguide ( UgModelLayerScan.c )
  53. pt_userguide ( UgModelLayerScan.c )
  54. pt_userguide ( UgRelsEdit.c )
  55. pt_userguide ( UgXsecMassProps.c )