API Documentation
>
Assembly
>
Object ProWeld
> Function ProWeldGeomTypeGet
Function ProWeldGeomTypeGet
Description
Checks the type of geometry representation for the specified weld.
Synopsis
#include <
ProWeld.h
>
ProError
ProWeldGeomTypeGet
(
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_INPUTS
type is NULL or weld is not a valid feature.
User Guide References
Read Access to Weld Features:ProWeldGeomTypeGet
Was this helpful?
This site works best with JavaScript enabled