|
Open CASCADE Technology 6.5.2
|
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 | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| 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 | ( | ) |
| void GeomFill_Generator::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from GeomFill_Profiler.
| void* GeomFill_Generator::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from GeomFill_Profiler.
| void* GeomFill_Generator::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from GeomFill_Profiler.
| virtual void GeomFill_Generator::Perform | ( | const Standard_Real | PTol | ) | [virtual] |
Reimplemented from GeomFill_Profiler.
| const Handle_Geom_Surface& GeomFill_Generator::Surface | ( | ) | const |
1.7.4