UF_DRF_custom_symbol_s (view source)
 
Defined in: uf_drf_types.h
 
Also known as:
 
Overview
This structure contains all the data necessary to create a custom symbol.


Data Members

geometry
tag_t *
Tags of lines, arcs, splines, crosshatch, and
area fill for symbol definition

num_geometry
int
Number of tags in the curves array above.

text
UF_DRF_custom_symbol_text_t *
Array of symbol text structures for symbol
definition.

num_text
int
Number of text structures in the text
array.

anchor_point
tag_t
Tag of the symbol's anchor point.

connections
UF_DRF_symbol_connection_t *
Array of tags for the symbol's leader
connect points.

num_connections
int
Number of leader connection points.
The number may be 0, 1, or 2

leader
UF_DRF_leader_p_t
Pointer to information about the leader

angle
double
The angle of the symbol with respect to
the WCS X-axis

scale
double
The scale of the symbol with respect to
the size of the original geometry

origin [ 3 ]
double
The origin of the symbol in absolute
coordinates.