UF_DRF_line_object_s (view source)
 
Defined in: uf_drf_types.h
 
Also known as:
 
Overview
Line associativity structure


Data Members

line_assoc_type
UF_DRF_assoc_line_type_t
line associativity type as defined by
UF_DRF_assoc_line_type_t,
UF_DRF_EXISTING_LINE
UF_DRF_TWO_POINTS
UF_DRF_DWG_LINE

object1
UF_DRF_object_t
For UF_DRF_EXISTING_LINE this is the
UF_DRF_object_t that contains the line
definition as defined by UF_DRF_object_t.

For UF_DRF_TWO_POINTS this is the
UF_DRF_object_t that contains the first
point definition as defined by
UF_DRF_object_t.

For UF_DRF_DWG_LINE this is the
UF_DRF_object_t that defines the first
endpoint of the line in
object.assoc_dwg_pos.

point_object2
UF_DRF_object_t
For UF_DRF_EXISTING_LINE this is unused.

For UF_DRF_TWO_POINTS this is the
UF_DRF_object_t that contains the second
point definition as defined by
UF_DRF_object_t.

For UF_DRF_DWG_LINE this is the
UF_DRF_object_t that defines the second
endpoint of the line in
object.assoc_dwg_pos.