Category 3D drawings and annotations, Object ProDimension

Function ProDimensionElbowlengthSet


DEPRECATED: Since Creo 4.0
SUPERSEDED BY: ProDimensionElbowSet
Description
Sets the elbow length of the dimension Note: This function is deprecated.Note: The function ProDimensionElbowLengthSet does not work on dimension that were created in Solid mode, and shown in the drawing mode. You cannot set a value for elbow length in drawing mode using this API.
Synopsis
#include <ProDimension.h>
ProErrorProDimensionElbowlengthSet(
ProDimension* dimension
/* (In)
The dimension
*/
double elbow_length
/* (In)
The elbow length
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid
PRO_TK_NOT_DISPLAYEDIf dimension is not displayed
PRO_TK_INVALID_ITEMIf dimension does not have an elbow

Manual References:

  1. Technical Summary of Changes for Creo 4.0 F000: Dimensions
  2. Annotations: Annotation Features and Annotations: Dimension Location