Category 3D drawings and annotations, Object ProDimension

Function ProDimensionChamferLdrstyleSet


DEPRECATED: Since Creo 4.0
SUPERSEDED BY: ProDimensionChamferLeaderSet
Description
Assigns the chamfer dimension leader style for the chamfer dimension. Note: This function is deprecated. Note: The function ProDimensionChamferLdrstyleSet does not work on dimension that were created in Solid mode, and shown in the drawing mode. You cannot set a value for chamfer leader style in drawing mode using this API.
Synopsis
#include <ProDimension.h>
ProErrorProDimensionChamferLdrstyleSet(
ProDimension* dimension
/* (In)
The dimension.
*/
ProDimChamferLeaderStyle chamfer_leader_style
/* (In)
The chamfer dimension leader 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