Category 3D drawings and annotations, Object ProDimension

Function ProDimensionOriginSideGet


Description
Identify if dimension has an origin side
Synopsis
#include <ProDimension.h>
ProErrorProDimensionOriginSideGet(
ProDimension* dimension
/* (In)
The dimension
*/
int* dim_side
/* (Out)
The witness line index : 1 or 2. Function will return -1 if dimension has no origin side
*/
)
Returns
PRO_TK_NO_ERRORSuccessfully retrieved information.
PRO_TK_BAD_INPUTSThe dimension object is invalid.
PRO_TK_E_NOT_FOUNDThe Dimension has no origin side
PRO_TK_INVALID_TYPEThe dimension can't have origin side.

Manual References:

  1. Annotations: Annotation Features and Annotations: Visiting Dimensions
  2. Annotations: Annotation Features and Annotations: Visiting Dimensions