API Documentation > 3D drawings and annotations > Object ProGtol > Function ProGtolLineEnvelopeGet
Function ProGtolLineEnvelopeGet
Description
Get the envelope of a line in a specified geometric tolerance.
Note: This function only supports gtols which are placed on an annotation plane.
Replacement in Object TOOLKIT:
Licensing Requirement
Synopsis
#include <ProGtol.h>
ProGtolLineEnvelopeGet
(
ProGtol* note
/* (In)
The gtol.
*/
int line_number
/* (In)
The line number of the gtol.
*/
/* (Out)
The envelope surrounding the text line, in the model's coordinate system.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The indicated line does not exist.
User Guide References
Was this helpful?