extern int UF_CURVE_ask_arc_data (
tag_t arc,
UF_CURVE_arc_p_t arc_coords );
struct UF_CURVE_arc_s {
tag_t matrix_tag; /* matrix for the CSYS the arc is in */
double start_angle; /* expressed in radians */
double end_angle; /* expressed in radians */
double arc_center [ 3 ]; /* center of the arc */
double radius; /* radius of the arc */
} ;