#include <ProjLib_ProjectOnSurface.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | ProjLib_ProjectOnSurface () |
| Create an empty projector. . | |
| Standard_EXPORT | ProjLib_ProjectOnSurface (const Handle(Adaptor3d_HSurface)&S) |
| Create a projector normaly to the surface <s>. . | |
| virtual Standard_EXPORT void | Delete () |
| virtual Standard_EXPORT | ~ProjLib_ProjectOnSurface () |
| Standard_EXPORT void | Load (const Handle(Adaptor3d_HSurface)&S) |
| Set the Surface to <s>. To compute the projection, you have to Load the Curve. . | |
| Standard_EXPORT void | Load (const Handle(Adaptor3d_HCurve)&C, const Standard_Real Tolerance) |
| Compute the projection of the curve <c> on the Surface. . | |
| Standard_EXPORT Standard_Boolean | IsDone () const |
| Standard_EXPORT Handle_Geom_BSplineCurve | BSpline () const |
Private Attributes | |
| Handle_Adaptor3d_HCurve | myCurve |
| Handle_Adaptor3d_HSurface | mySurface |
| Standard_Real | myTolerance |
| Standard_Boolean | myIsDone |
| Handle_Geom_BSplineCurve | myResult |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1