Category Creo Parametric fundamentals, Object ProMdl

Function ProMdlIsSolidWeld


Description
Check that model is created by solid weld feature.
Synopsis
#include <ProWeld.h>
ProErrorProMdlIsSolidWeld(
ProMdl model
/* (In)
The model to check.
*/
ProBool* r_ret
/* (Out)
Whether given model was created by solid weld.
*/
)
Returns
PRO_TK_NO_ERROR
PRO_TK_BAD_INPUTSmodel is NULL.
PRO_TK_INVALID_PTRmodel is not real model but Object Name.

Manual References:

  1. Production Applications: Welding: Read Access to Weld Features
  2. Production Applications: Welding: Read Access to Weld Features