|
Open CASCADE Technology 7.9.3
|
#include <Standard.hxx>#include <Standard_Type.hxx>#include <Geom_SweptSurface.hxx>#include <GeomEvaluator_SurfaceOfExtrusion.hxx>#include <Standard_Integer.hxx>Data Structures | |
| class | Geom_SurfaceOfLinearExtrusion |
| Describes a surface of linear extrusion ("extruded
surface"), e.g. a generalized cylinder. Such a surface is obtained by sweeping a curve (called the "extruded
curve" or "basis") in a given direction (referred to as the "direction of extrusion" and defined by a unit vector). The u parameter is along the extruded curve. The v parameter is along the direction of extrusion. The parameter range for the u parameter is defined by the reference curve. The parameter range for the v parameter is ] - infinity, + infinity [. The position of the curve gives the origin of the v parameter. The surface is "CN" in the v parametric direction. The form of a surface of linear extrusion is generally a ruled surface (GeomAbs_RuledForm). It can be: More... | |