Category 3D drawings and annotations, Object ProGtol

Function ProGtolAttachMakeDimSet


Description
Set make dim type gtol attach Use this function along with ProMdlGtolCreate for creating make-dim type gtol, only in drawing.
Synopsis
#include <ProGtolAttach.h>
ProErrorProGtolAttachMakeDimSet(
ProGtolAttach gtol_attach
/* (In)
attach structure.
*/
ProAnnotationPlane* plane
/* (In)
annotation plane.
*/
ProDimAttachment* attachments_arr
/* (In)
ProArray of pair of selections.
*/
ProDimSense* dsense_arr
/* (In)
ProArray of ProDimSense
*/
ProDimOrient orient_hint
/* (In)
orientation hint
*/
Pro3dPnt location
/* (In)
text location.
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

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

Sample Code References:

  1. pt_examples ( TestGtol.c )