Documentación de la API > Solids and parts > Object ProSolid > Function ProSolidToleranceStandardSet
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>
ProSolidToleranceStandardSet
(
ProSolid p_solid
/* (In)
The ProSolid to set the tol standard for.
*/
ProStandard new_standard
/* (In)
The tolerance standard to set.
*/
)
Returns
Success
p_solid or new_standard was invalid
An error occurred trying to set the standard.
User Guide References
¿Fue esto útil?