Category 3D drawings and annotations, Object ProGtol

Function ProGtolAttachLeadersGet


Description
Get leader attachment info.
Synopsis
#include <ProGtolAttach.h>
ProErrorProGtolAttachLeadersGet(
ProGtolAttach gtol_attach
/* (In)
attach structure.
*/
ProAnnotationPlane* plane
/* (Out)
annotation plane. Can be NULL for drawing gtols
*/
ProGtolLeaderAttachType* type
/* (Out)
type of leader
*/
ProGtolleader** leaders
/* (Out)
ProArray of ProGtolleader . Free it using ProArrayFree()
*/
Pro3dPnt location
/* (Out)
location of gtol text (in model co-ordinates)
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_E_NOT_FOUNDLeaders are suppressed.
PRO_TK_BAD_INPUTSThe input argument is invalid.
See Also
ProGtolAttachSuppressedLeadersGet

Manual References:

  1. Annotations: Geometric Tolerances: Attaching the Geometric Tolerances
  2. Annotations: Geometric Tolerances: Attaching the Geometric Tolerances
  3. Annotations: Annotation Features and Annotations: Visiting Dimensions

Sample Code References:

  1. pt_examples ( TestGtol.c )