API 설명서 > 3D drawings and annotations > Object ProGtol > Function ProGtolElbowlengthSet
Function ProGtolElbowlengthSet
Description
Set elbow to gtol.
Note: This function only supports leader type gtols which are placed on an annotation plane.
Replacement in Object TOOLKIT:
Licensing Requirement
Synopsis
#include <ProGtol.h>
ProGtolElbowlengthSet
(
ProGtol* gtol
/* (In)
The gtol.
*/
double elbow_length
/* (In)
The elbow length, in model units.
*/
ProVector elbow_direction
/* (In)
The elbow direction, in the model's coordinate system. This is the direction from the gtol text to the gtol leaders.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The gtol does not use leaders.
User Guide References
도움이 되셨나요?