UF_DRF_draft_aid_line_s (查看源代码)
 
定义在: uf_drf_types.h
 
也被称为:
 
概述
This is a structure to hold drafting aid line information
History - V15.0 change: The following fields were added: sequence_number,
num_symbols, and symbol_data.
V17.0 segment_pnts is now dynamically allocated.
the minimum size will be its previous fixed size
which was MAX_LINE_LENGTH 6.


Data Members

sequence_number
int
array of line sequence
numbers per line

num_symbols
int
number of User Defined
Symbols

symbol_data
UF_DRF_symbol_instance_t *
User Defined Symbol

num_segments
int
number of lines

segment_pnts
double *
x, y, z line segment end points
in the coordinate system of the
drafting object.