API 文件集 > 3D drawings and annotations > Object ProDimension > Function ProDimensionNomvalueGet
Function ProDimensionNomvalueGet
Description
retrieves the dimension's nominal value Note: the value is always returned in degrees for angular dimension and in the unit of system for other types of the dimension.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDimension.h>
ProDimensionNomvalueGet
(
/* (In)
The input dimension's handle
*/
double* nominal_value
/* (Out)
The nominal value of the dimension
*/
)
Returns
The function retrieved the nominal value successfully.
The input dimension handle was not valid.
User Guide References
這是否有幫助?