Category Graphics and model display, Object ProDisplist

Function ProDisplistInvalidate


Description
Invalidates the two- or three-dimensional display list.
Replacement in Object TOOLKIT: pfcDisplay::Invalidate
Synopsis
#include <ProDisplist.h>
ProErrorProDisplistInvalidate(
ProMdl model
/* (In)
The handle to a part, assembly, or drawing
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully invalidated the display list.
PRO_TK_INVALID_TYPEThe specified model is not a part, assembly, or drawing.
PRO_TK_NOT_EXISTThe function cannot find the window associated with the object.
PRO_TK_GENERAL_ERRORThe function cannot find the name of the object.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Core: 3D Geometry: Visiting Solid Geometry
  3. Core: Utilities: Configuration Options

Sample Code References:

  1. pt_examples ( TestDisplist.c )
  2. pt_userguide ( UgGtolCreate.c )