Category Solids and parts, Object ProSolid

Function ProSolidToleranceStandardVersionSet


Description
Set the version for 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.
Synopsis
#include <ProSolid.h>
ProErrorProSolidToleranceStandardVersionSet(
ProSolid p_solid
/* (In)
The ProSolid to set the tol standard version for.
*/
ProStandardVersion version
/* (In)
The tolerance standard version to set.
*/
)
Returns
PRO_TK_NO_ERRORSuccess
PRO_TK_BAD_INPUTSp_solid or version was invalid
PRO_TK_BAD_CONTEXTVersion is not applicable for current standard.
PRO_TK_GENERAL_ERRORAn error occurred trying to set the standard version.

Manual References:

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