Category 3D drawings and annotations, Object ProDimension

Function ProDimensionConfigurationSet


DEPRECATED: Since Creo 4.0
SUPERSEDED BY: ProDimensionConfigSet
Description
Assigns the dimension configuration. Note: This function is deprecated. Note: The function ProDimensionConfigurationSet does not work on dimension that were created in Solid mode, and shown in the drawing mode. You cannot set a value for dimension configuration in drawing mode using this API.
Synopsis
#include <ProDimension.h>
ProErrorProDimensionConfigurationSet(
ProDimension* dimension
/* (In)
The dimension.
*/
ProDimensionconfig config
/* (In)
The dimension configuration.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments are invalid.

Manual References:

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