Category Graphics and model display, Object ProDisplist3d

Function ProDisplist3dDelete


Description
Deletes the specified display list.
Replacement in Object TOOLKIT: pfcDisplayList3D::Delete
Synopsis
#include <ProDisplist.h>
ProErrorProDisplist3dDelete(
int id
/* (In)
The identifier of the display list to delete
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully deleted the display list.
PRO_TK_E_NOT_FOUNDThe function could not find a display list with the specified identifier.

Manual References:

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

Sample Code References:

  1. pt_examples ( TestExtrude.c )
  2. pt_examples ( TestExtrude.c )
  3. pt_examples ( TestDisplist.c )
  4. pt_examples ( TestRay.c )
  5. pt_examples ( TestRay.c )