UF_GDT_description_s (view source)
 
Defined in: uf_gdt.h
 
Also known as:
 
Overview
Defines the attributes required to describe a tolerance feature
Alternatively the name and description of the tolerance feature may be
manipulated directly using character strings and the UF_OBJ_read/write
routines


Data Members

name
char *
Name of the tolerance feature/datum
NOTE :
. The name supplied may not be NULL.
. The name supplied must be unique within the
context of the tolerancing module.
. The name must be less than 31 characters in length.

description
char *
Description of the tolerance feature
NOTE : The description supplied is user defined and
may be NULL.