Category Solids and parts, Object ProSolid

Function ProSolidModelclassGet


Description
Gets the ISO/DIN model class type for a solid model.
Replacement in Object TOOLKIT: wfcWSolid::GetModelClass
Synopsis
#include <ProSolid.h>
ProErrorProSolidModelclassGet(
ProSolid solid
/* (In)
The solid model.
*/
ProModelClass* model_class
/* (Out)
The model class.
*/
)
Returns
PRO_TK_NO_ERRORThe class was retrieved successfully.
PRO_TK_BAD_INPUTSThe solid was invalid or the class was NULL.
PRO_TK_BAD_CONTEXTThe solid was not using ISO/DIN tolerance tables.

Manual References:

  1. Annotations: Annotation Features and Annotations: ISO/DIN Tolerance Table Use
  2. Annotations: Annotation Features and Annotations: ISO/DIN Tolerance Table Use