UF_CURVE_section_perpcrv_data_s (查看源代码)
 
定义在: uf_curve.h
 
也被称为:
 


Data Members

curve_eid
tag_t (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