Open CASCADE Technology 6.6.0
|
Create a surface using generating lines. Inherits
profiler. The surface will be a BSplineSurface
passing by all the curves described in the
generator. The VDegree of the resulting surface is
1.
#include <GeomFill_Generator.hxx>
Public Member Functions | |
GeomFill_Generator () | |
virtual void | Perform (const Standard_Real PTol) |
Converts all curves to BSplineCurves. Set them to the common profile. Compute the surface (degv = 1). <PTol> is used to compare 2 knots. | |
const Handle_Geom_Surface & | Surface () const |
GeomFill_Generator::GeomFill_Generator | ( | ) |
virtual void GeomFill_Generator::Perform | ( | const Standard_Real | PTol | ) | [virtual] |
Reimplemented from GeomFill_Profiler.
const Handle_Geom_Surface& GeomFill_Generator::Surface | ( | ) | const |