Documentación de la API > 3D drawings and annotations > Object ProDtlsyminstdata > Function ProDtlsyminstdataElbowlengthGet
Function ProDtlsyminstdataElbowlengthGet
Description
Get an elbow length .
Synopsis
#include <ProDtlsyminst.h>
ProDtlsyminstdataElbowlengthGet
(
/* (In)
The symbol instance data.
*/
ProBoolean* is_default
/* (Out)
The default flag.
*/
double* elbow_length
/* (Out)
The elbow length (if is_default == PRO_B_FALSE).
*/
)
Returns
The function successfully retrieved the elbow.
One or more arguments were invalid.
Sample Code References
User Guide References
¿Fue esto útil?