Category 3D drawings and annotations, Object ProGtolleader

Function ProGtolleaderZExtensionlineGet


Description
Gets Z-Extension line of gtol leader. This is required when gtol is moved to another plane and other cases.
Synopsis
#include <ProGtol.h>
ProErrorProGtolleaderZExtensionlineGet(
ProGtol* gtol
/* (In)
The geometric tolerance handle.
*/
ProGtolleader* leader
/* (In)
gtol leader.
*/
ProBoolean* is_zextension
/* (Out)
PRO_B_TRUE if gtol has Z-Extension.
*/
ProPoint3d* line_end
/* (Out)
end point of extension line.
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.

Manual References:

  1. Annotations: Geometric Tolerances: Attaching the Geometric Tolerances
  2. Annotations: Geometric Tolerances: Attaching the Geometric Tolerances