Category 3D drawings and annotations, Object ProDimension

Function ProDimensionChamferTextSet


Description
Assigns the chamfer dimension style for the chamfer dimension.
Synopsis
#include <ProDimension.h>
ProErrorProDimensionChamferTextSet(
ProDimension* dimension
/* (In)
The dimension.
*/
ProDrawing drawing
/* (In)
Drawing where dimension is displayed. Pass NULL for dimension displayed in solid.
*/
ProDimChamferStyle chamfer_style
/* (In)
The chamfer dimension style.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_E_NOT_FOUNDThe dimension is not a chamfer dimension.

Manual References:

  1. Annotations: Annotation Features and Annotations: 45-degree Chamfer Dimensions
  2. Annotations: Annotation Features and Annotations: 45-degree Chamfer Dimensions