UF_BREP_cylinder_s (查看源代码)
定义在: uf_brep_types.h
也被称为:
- UF_BREP_cylinder_t
- UF_BREP_cylinder_p_t
概述
A cylinder is represented by its location, axis vector, and radius. The
reference vector need not be perpendicular to the axis, but must not
be parallel to it. Parameterization is 0 to 2pi in u and by length in
part units along the axis in v, positive in the direction of the axis
vector.
Data Members
pt_on_axis [ 3 ]
double
axis [ 3 ]
double
u0_ref_direc [ 3 ]
double
radius
double
defines zero v.