Category Assembly, Object ProWeld

Function ProWeldGeomTypeGet


Description
Checks the type of geometry representation for the specified weld.
Synopsis
#include <ProWeld.h>
ProErrorProWeldGeomTypeGet(
ProFeature* weld
/* (In)
The feature to check.
*/
ProWeldGeomType* type
/* (Out)
Geom type (Light, Surface, Solid) of weld feature.
*/
)
Returns
PRO_TK_NO_ERROR
PRO_TK_BAD_INPUTStype is NULL or weld is not a valid feature.

Manual References:

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