Category 3D drawings and annotations, Object ProDimension

Function ProDimensionOriginSideSet


Description
Sets origin side to dimension
Synopsis
#include <ProDimension.h>
ProErrorProDimensionOriginSideSet(
ProDimension* dimension
/* (In)
The dimension
*/
int dim_side
/* (In)
The witness line index : 1 or 2. Pass -1 to remove origin set on either side.
*/
)
Returns
PRO_TK_NO_ERROROrigin side has been set.
PRO_TK_BAD_INPUTSThe dimension object is invalid.
PRO_TK_NO_CHANGEThe dimension already have origin set on specified side.
PRO_TK_INVALID_TYPEThe dimension can't have origin side

Manual References:

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