Category Solids and parts, Object ProSolid

Function ProSolidToleranceStandardSet


Description
Set the assigned tolerance standard of a solid. Note that in the regular UI, this operation asks whether to regenerate the solid. This function will not itself perform regeneration. Also note that if this function is used to change the standard, we will set the latest version, see ProSolidToleranceStandardVersionSet.
Synopsis
#include <ProSolid.h>
ProErrorProSolidToleranceStandardSet(
ProSolid p_solid
/* (In)
The ProSolid to set the tol standard for.
*/
ProStandard new_standard
/* (In)
The tolerance standard to set.
*/
)
Returns
PRO_TK_NO_ERRORSuccess
PRO_TK_BAD_INPUTSp_solid or new_standard was invalid
PRO_TK_GENERAL_ERRORAn error occurred trying to set the standard.

Manual References:

  1. Core: Solids, Parts, and Materials: Contents of a Solid
  2. Core: Solids, Parts, and Materials: Contents of a Solid