Category 3D drawings and annotations, Object ProDtlsyminstdata

Function ProDtlsyminstdataElbowlengthSet


Description
Set an elbow length .
Replacement in Object TOOLKIT: pfcDetailSymbolInstInstructions::InstAttachment
Synopsis
#include <ProDtlsyminst.h>
ProErrorProDtlsyminstdataElbowlengthSet(
ProDtlsyminstdata data
/* (In)
The symbol instance data.
*/
ProBoolean is_default
/* (In)
The default flag.
*/
double elbow_length
/* (In)
The elbow length (if is_default == PRO_B_FALSE).
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the elbow.
PRO_TK_BAD_INPUTSOne or more arguments were invalid.

Manual References:

  1. Drawings: Symbol Instance Data
  2. Drawings: Symbol Instance Data

Sample Code References:

  1. pt_examples ( TestDtlsyminst.c )