Category View manager, Object ProSimprep

Function ProSimprepActiveGet


Description
Returns the current active simplified representation.
Replacement in Object TOOLKIT: pfcSolid::GetActiveSimpRep
Synopsis
#include <ProSimprep.h>
ProErrorProSimprepActiveGet(
ProSolid solid
/* (In)
The solid
*/
ProSimprep* p_simp_rep
/* (Out)
The current active simplified representation
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Assembly: Simplified Representations: Simplified Representations in Session
  3. Assembly: Simplified Representations: Simplified Representations in Session

Sample Code References:

  1. pt_examples ( TestSimpRep.c )