API 설명서 > Dimensions > Object ProDimension > Function ProDimensionToleranceSet
Function ProDimensionToleranceSet
Description
Sets the tolerance of the specified dimension of the object.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDimension.h>
ProDimensionToleranceSet
(
ProDimension* dimension
/* (In)
The dimension handle.
*/
double upper_limit
/* (In)
The dimension upper limit.
*/
double lower_limit
/* (In)
The dimension lower limit.
*/
)
Returns
The function successfully set the tolerance.
The input dimension is reference.
The input argument is invalid.
Sample Code References
User Guide References
도움이 되셨나요?