Category 3D drawings and annotations, Object ProGtol

Function ProGtolTopModelGet


Description
Get top model of gtol
Synopsis
#include <ProGtol.h>
ProErrorProGtolTopModelGet(
ProGtol* gtol
/* (In)
valid gtol.
*/
ProMdl* top_mdl
/* (Out)
The model (part, assembly, or drawing) that defines the origin of ProSelection structures used in setting up gtol references.
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Assembly: Data Sharing Features: Accessing Properties of Variant Features
  2. Annotations: Geometric Tolerances: Reading Geometric Tolerances
  3. Annotations: Geometric Tolerances: Reading Geometric Tolerances

Sample Code References:

  1. pt_examples ( TestGtol.c )