Category 3D drawings and annotations, Object ProDimension

Function ProDimensionTangentAttachUpdate


Description
Updates dimension to take tangent as min, max or center.
Synopsis
#include <ProDimension.h>
ProErrorProDimensionTangentAttachUpdate(
ProDimension* dimension
/* (In)
The input dimension's handle
*/
ProDimArcTangent tangent
/* (In)
first or second tangent
*/
ProDimArcAttachType type
/* (In)
min, max or center
*/
)
Returns
PRO_TK_NO_ERRORUpdated dimension.
PRO_TK_BAD_INPUTSThe input is not valid.
PRO_TK_INVALID_TYPEdimension is not supported for tangent attachment

Manual References:

  1. Annotations: Annotation Features and Annotations: Modifying Dimensions