API 文件集 > Dimensions > Object ProDimension > Function ProDimensionDisplayedToleranceGet
Function ProDimensionDisplayedToleranceGet
Description
Retrieves displayed rounded values of limits of a specified dimension.
Synopsis
#include <ProDimension.h>
ProDimensionDisplayedToleranceGet
(
ProDimension* dimension
/* (In)
The dimension handle.
*/
double* upper_limit
/* (Out)
The rounded value of the dimension upper limit. This can be NULL if lower_limit is not NULL.
*/
double* lower_limit
/* (Out)
The rounded value of the dimension lower limit. This can be NULL if upper_limit is not NULL.
*/
)
Returns
The function successfully retrieved limits.
The displayed format is not decimal
The input arguments are invalid or both the output arguments are NULL.
The data structure was not set.
See Also
這是否有幫助?