UF_BREP_extrude_s (查看源代码)
 
定义在: uf_brep_types.h
 
也被称为:
 
概述
An extruded surface is represented by its direction of extrusion and
generator curve. The curve is also the zero point of the v parameter, which
is positive in the direction of extrusion, and is in part units. U is the
same as the parameterization of the generator curve.


Data Members

direction [ 3 ]
double
Vector which indicates the
direction to sweep the generator.

generator
struct UF_BREP_geometry_s *
The geometry structure for the
generator, only a curve may be
specified.