API-Dokumentation > Solids and parts > Object ProSolid > Function ProSolidAccuracySet
Function ProSolidAccuracySet
Description
Sets either the relative or absolute accuracy of a part or an assembly.
NOTE:
This function does not regenerate the solid. You must perform this action separately.
Synopsis
#include <ProSolid.h>
ProSolidAccuracySet
(
ProSolid solid
/* (In)
The solid whose accuracy is to be changed.
*/
/* (In)
The relative or absolute accuracy.
*/
double accuracy
/* (In)
If you are setting the relative accuracy, this number has no dimension because the accuracy will be scaled by the part size. If you are setting absolute accuracy, the number is based on the solid units.
*/
)
Returns
The function successfully set the accuracy of the solid.
Model is in read-only state.
One or more of the arguments are invalid.
Sample Code References
User Guide References
War dies hilfreich?