Category 3D drawings and annotations, Object ProDimension

Function ProDimensionTangentAttachGet


Description
Get dimension to take tangent as min, max or center.
Synopsis
#include <ProDimension.h>
ProErrorProDimensionTangentAttachGet(
ProDimension* dimension
/* (In)
The input dimension's handle
*/
ProDimArcTangent tangent
/* (In)
first or second tangent
*/
ProDimArcAttachType* type
/* (Out)
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: Accessing Ordinate and Baseline Dimensions
  2. Technical Summary of Changes for Creo 11.0.1.0: Annotation Features