Category View manager, Object ProSimprep

Function ProSimprepSelect


Description
Enables the user to select a simplified representation.
Replacement in Object TOOLKIT: pfcSolid::SelectSimpRep
Synopsis
#include <ProSimprep.h>
ProErrorProSimprepSelect(
ProSolid p_solid
/* (In)
The solid that contains the simplified representation
*/
ProSimprep* p_simp_rep
/* (Out)
The selected simplified representation
*/
)
Returns
PRO_TK_NO_ERRORThe user selected a simplified representation.
PRO_TK_BAD_INPUTSThe input argument is invalid.
PRO_TK_USER_ABORTThe user aborted simplified representation selection.
PRO_TK_GENERAL_ERRORThe function failed.

Manual References:

  1. Assembly: Simplified Representations: Simplified Representations in Session
  2. Assembly: Simplified Representations: Simplified Representations in Session

Sample Code References:

  1. pt_examples ( TestDrwSimprep.c )
  2. pt_examples ( TestRule.c )
  3. pt_examples ( TestSimpRep.c )
  4. pt_examples ( TestSimpRep.c )
  5. pt_userguide ( UgSimprepInfo.c )