Category 3D drawings and annotations, Object ProDimension

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.
Synopsis
#include <ProDimension.h>
ProErrorProDimensionNomvalueGet(
ProDimension* dim
/* (In)
The input dimension's handle
*/
double* nominal_value
/* (Out)
The nominal value of the dimension
*/
)
Returns
PRO_TK_NO_ERRORThe function retrieved the nominal value successfully.
PRO_TK_BAD_INPUTSThe input dimension handle was not valid.

Manual References:

  1. Assembly: Data Sharing Features: Accessing Properties of Variant Features
  2. Annotations: Annotation Features and Annotations: Visiting Dimensions
  3. Annotations: Annotation Features and Annotations: Visiting Dimensions