Description | ||||||||
Returns the type of model (such as PRO_PART or PRO_ASSEMBLY). | ||||||||
Synopsis | ||||||||
#include <ProMdl.h> | ||||||||
ProError | ProMdlTypeGet | ( | ||||||
ProMdl model | ||||||||
/* (In) | ||||||||
A model pointer whose type needs to returned. | ||||||||
*/ | ||||||||
ProMdlType* p_type | ||||||||
/* (Out) | ||||||||
The type of model. If the function fails, this is set to PRO_TYPE_UNUSED. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|