UF_ROUTE_bend_segment_info_s (view source)
 
Defined in: uf_route.h
 
Also known as:
 


Data Members

stock_tag
tag_t
Tag of stock

segment
tag_t
Segment tag

is_straight
logical
TRUE - segment is straight, FALSE otherwise

length
double
Length of segment

end_rcps [ 2 ]
tag_t
Start and end rcps, do not use for
S-Bends and bends greater than or
equal to 180 degrees.

bend_corner
tag_t
Bend corner tag

bend_radius
double
Radius of the bend

bend_pos [ 3 ]
double
Position of the bend rcp

normal [ 2 ] [ 3 ]
double
Normal of curve at start and end points

previous
UF_ROUTE_bend_segment_info_p_t
Previous segment in list

next
UF_ROUTE_bend_segment_info_p_t
Next segment in list

rcp_pos [ 2 ] [ 3 ]
double
Locations of RCP in ABS coordinates, use this
instead of the end_rcps for S-Bends and bends
greater than or equal to 180 degrees.