UF_GDT_description_s (查看源代码)
 
定义在: uf_gdt.h
 
也被称为:
 
概述
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.