Category View manager, Object ProSimprep

Function ProSimprepCreate


Description
Creates a simplified representation based on the supplied data.

NOTE:

Operates on assemblies only, not parts.

Replacement in Object TOOLKIT: pfcSolid::CreateSimpRep
Synopsis
#include <ProSimprep.h>
ProErrorProSimprepCreate(
ProSolid p_solid
/* (In)
The solid in which to create the simplified representation
*/
ProSimprepdata* p_data
/* (In)
The data for the simplified representation
*/
ProSimprep* p_new_rep
/* (Out)
The handle to the new simplified representation
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully created the simplified representation.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.

Manual References:

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

Sample Code References:

  1. pt_examples ( TestSimpRep.c )
  2. pt_examples ( TestSimpRep.c )
  3. pt_userguide ( UgSimprepCreate.c )