|
Open CASCADE Technology
7.8.0.dev
|
Project a curve on a surface. The result ( a 3D Curve) will be an approximation. More...
#include <ProjLib_ProjectOnSurface.hxx>
Public Member Functions | |
| ProjLib_ProjectOnSurface () | |
| Create an empty projector. More... | |
| ProjLib_ProjectOnSurface (const Handle< Adaptor3d_Surface > &S) | |
| Create a projector normally to the surface <S>. More... | |
| virtual | ~ProjLib_ProjectOnSurface () |
| void | Load (const Handle< Adaptor3d_Surface > &S) |
| Set the Surface to <S>. To compute the projection, you have to Load the Curve. More... | |
| void | Load (const Handle< Adaptor3d_Curve > &C, const Standard_Real Tolerance) |
Compute the projection of the curve on the Surface. More... | |
| Standard_Boolean | IsDone () const |
| Handle< Geom_BSplineCurve > | BSpline () const |
Project a curve on a surface. The result ( a 3D Curve) will be an approximation.
| ProjLib_ProjectOnSurface::ProjLib_ProjectOnSurface | ( | ) |
Create an empty projector.
| ProjLib_ProjectOnSurface::ProjLib_ProjectOnSurface | ( | const Handle< Adaptor3d_Surface > & | S | ) |
Create a projector normally to the surface <S>.
|
virtual |
| Handle< Geom_BSplineCurve > ProjLib_ProjectOnSurface::BSpline | ( | ) | const |
|
inline |
| void ProjLib_ProjectOnSurface::Load | ( | const Handle< Adaptor3d_Surface > & | S | ) |
Set the Surface to <S>. To compute the projection, you have to Load the Curve.
| void ProjLib_ProjectOnSurface::Load | ( | const Handle< Adaptor3d_Curve > & | C, |
| const Standard_Real | Tolerance | ||
| ) |
Compute the projection of the curve on the Surface.
1.8.13