UF_BREP_extrude_s (view source)
 
Defined in: uf_brep_types.h
 
Also known as:
 
Overview
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.