UF_CURVE_trim_mult_s (view source)
 
Defined in: uf_curve.h
 
Also known as:
 
Overview
The following structure is returned from UF_CURVE_create_trim if multiple
intersection points were found between the bounding object and the string
being trimmed.


Data Members

num_bound1_pts
int
The number of points in
following array.

bound1_pts
double *
The intersection points of
boundary 1, or the single
boundary, and the string
being trimmed. The caller
must free this array. The
array is [num_bound1_pts 3]
long.

num_bound2_pts
int
The number of points in
following array.

bound2_pts
double *
The intersection points of
boundary 2 and the string
being trimmed. The caller
must free this array. The
array is [num_bound2_pts 3]
long.