UF_CURVE_section_perpcrv_data_s (view source)
 
Defined in: uf_curve.h
 
Also known as:
 


Data Members

curve_eid
tag_t
Curve eid

direction
int
1 if percentages are from start to end
of the curve
-1 if opposite direction

space_meth
int
1 for equal parameter spacing,
2 for geometric progression spacing,
3 for chordal tolerance spacing,
4 for incremental arclength spacing

num_points
int
Number of points on the curve

start_pct
double
Start percentage on the curve
(see direction)

end_pct
double
End percentage on the curve
(see direction)

ratio
double
Ratio for geometric progression spacing

chord_tol
double
Tolerance for chordal toleraance spacing

increment
double
Increment for incremental arclength spacing