Category 3D drawings and annotations, Object ProGtol

Function ProGtolAttachAlloc


Description
Allocates ProGtolAttach structure
Synopsis
#include <ProGtolAttach.h>
ProErrorProGtolAttachAlloc(
ProMdl top_model
/* (In)
Top Model
*/
ProGtolAttach* r_gtol_attach
/* (Out)
attach structure.
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Annotations: Geometric Tolerances: Creating a Geometric Tolerance

Sample Code References:

  1. pt_examples ( TestGtol.c )
  2. pt_userguide ( UgGtolCreate.c )