UF_CURVE_limit_s (view source)
 
Defined in: uf_curve.h
 
Also known as:
 
Overview
The following structure is the structure used define the limits of the
end of associative curves.


Data Members

limit_type
UF_CURVE_limit_type_t
Type of limit

value
double
Value by which to extend
in case of UF_CURVE_limit_value.
In case of arc/circle the value
should be in degrees.

limiting_obj
tag_t
The object upto which the end must be extended, used when limit type is UF_CURVE_limit_to_entity.

help_data
UF_CURVE_help_data_t
help data when limit type is UF_CURVE_limit_to_entity and there are multiple intersections of line/arc with limiting entity.