Category View manager, Object ProSimprep

Function ProSimprepDelete


Description
Deletes the specified simplified representation from its owner model.
Replacement in Object TOOLKIT: pfcSolid::DeleteSimpRep
Synopsis
#include <ProSimprep.h>
ProErrorProSimprepDelete(
ProSimprep* p_simp_rep
/* (In)
The simplified representation to delete
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully deleted the simplified representation.
PRO_TK_BAD_INPUTSThe argument is invalid.

Manual References:

  1. Assembly: Simplified Representations: Creating and Deleting Simplified Representations

Sample Code References:

  1. pt_examples ( TestSimpRep.c )