Object ProDtl

Function ProDtlSyminstElbowlengthGet


Description
Obtains the elbow properties of the symbol in 3d.
Synopsis
#include <ProDtlsyminst.h>
ProErrorProDtlSyminstElbowlengthGet(
ProDtlsyminst* p_sym_inst
/* (In)
The symbol instance.
*/
double* op_elbow_length
/* (Out)
The elbow length, in model units (for symbols in annotation planes).
*/
ProVector elbow_direction
/* (Out)
The elbow direction, in the model's coordinate system. This is the direction from the symbol text to the symbol leaders.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_E_NOT_FOUNDThe symbol is not placed, or does not use leaders.
PRO_TK_CANT_ACCESSThe symbol uses the default elbow length.

Manual References:

  1. Drawings: Symbol Instance Data
  2. Drawings: Symbol Instance Data
  3. Technical Summary of Changes for Creo 11.0.0.0: Drawings