Category 3D drawings and annotations, Object ProGtol

Function ProGtolAttachOffsetItemSet


Description
Set offset gtol Attach Use this function along with ProMdlGtolCreate for creating offset type gtol, only in drawing.
Synopsis
#include <ProGtolAttach.h>
ProErrorProGtolAttachOffsetItemSet(
ProGtolAttach gtol_attach
/* (In)
attach structure.
*/
ProSelection offset_ref
/* (In)
dimension,dimension arrow,gtol,note,symbol instance
*/
ProVector offset
/* (In)
offset location (in model co-ordinates)
*/
)
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 )