#include <Geom_OsculatingSurface.hxx>
|
| | Geom_OsculatingSurface () |
| |
| | Geom_OsculatingSurface (const Handle< Geom_Surface > &BS, const Standard_Real Tol) |
| | detects if the surface has punctual U or V isoparametric curve along on the bounds of the surface relativly to the tolerance Tol and Builds the corresponding osculating surfaces. More...
|
| |
| void | Init (const Handle< Geom_Surface > &BS, const Standard_Real Tol) |
| |
| Handle< Geom_Surface > | BasisSurface () const |
| |
| Standard_Real | Tolerance () const |
| |
| Standard_Boolean | UOscSurf (const Standard_Real U, const Standard_Real V, Standard_Boolean &t, Handle< Geom_BSplineSurface > &L) const |
| | if Standard_True, L is the local osculating surface along U at the point U,V. More...
|
| |
| Standard_Boolean | VOscSurf (const Standard_Real U, const Standard_Real V, Standard_Boolean &t, Handle< Geom_BSplineSurface > &L) const |
| | if Standard_True, L is the local osculating surface along V at the point U,V. More...
|
| |
| Geom_OsculatingSurface::Geom_OsculatingSurface |
( |
| ) |
|
detects if the surface has punctual U or V isoparametric curve along on the bounds of the surface relativly to the tolerance Tol and Builds the corresponding osculating surfaces.
if Standard_True, L is the local osculating surface along U at the point U,V.
if Standard_True, L is the local osculating surface along V at the point U,V.
The documentation for this class was generated from the following file: