Category 3D drawings and annotations, Object ProDimension

Function ProDimensionChamferstyleSet


DEPRECATED: Since Creo 4.0
SUPERSEDED BY: ProDimensionChamferTextSet
Description
Assigns the chamfer dimension style for the chamfer dimension. Note: This function is deprecated. Note: The function ProDimensionChamferstyleSet does not work on dimensions that were created in Solid mode, and shown in the drawing mode. You set a value for chamfer text style in drawing mode using this API.
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProDimension.h>
ProErrorProDimensionChamferstyleSet(
ProDimension* dimension
/* (In)
The dimension.
*/
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 style is not chamfer.

Manual References:

  1. Technical Summary of Changes for Creo 4.0 F000: Dimensions
  2. Annotations: Annotation Features and Annotations: 45-degree Chamfer Dimensions