Category Solids and parts, Object ProSolid

Function ProSolidModelclassSet


Description
Sets the ISO/DIN model class type for a solid model.
Replacement in Object TOOLKIT: wfcWSolid::SetModelClass
Synopsis
#include <ProSolid.h>
ProErrorProSolidModelclassSet(
ProSolid solid
/* (In)
The solid model.
*/
ProModelClass model_class
/* (In)
The model class.
*/
)
Returns
PRO_TK_NO_ERRORThe class was set successfully.
PRO_TK_BAD_INPUTSThe solid or class was invalid.
PRO_TK_CANT_MODIFYThe model was locked.
PRO_TK_BAD_CONTEXTThe model 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