Category 3D drawings and annotations, Object ProGtol

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.

Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProGtol.h>
ProErrorProGtolLineEnvelopeGet(
ProGtol* note
/* (In)
The gtol.
*/
int line_number
/* (In)
The line number of the gtol.
*/
ProLineEnvelope envelope
/* (Out)
The envelope surrounding the text line, in the model's coordinate system.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_E_NOT_FOUNDThe indicated line does not exist.

Manual References:

  1. Annotations: Geometric Tolerances: Geometric Tolerance Layout
  2. Annotations: Geometric Tolerances: Geometric Tolerance Layout