|
| bool | _CheckParams (const MbSurface &surface, double &u, double &v, double del=0.0) |
| | Check parameters. Analogue of MbSurface::CheckSurfParams. More...
|
| |
| MbeNewtonResult | NearestPoints (const MbSurface &surface, bool ext0, const MbCurve3D &curve, bool ext1, double &u0, double &v0, double &t0, double &dmin, bool t0Calculated=false) |
| | Calculate parameters of the nearest points of surface and curve. More...
|
| |
| MbeNewtonResult | NearestPoints (const MbSurface &surface0, bool ext0, const MbSurface &surface1, bool ext1, double &u0, double &v0, double &u1, double &v1, double &dmin, bool checkCurvilinearBounds) |
| | Calculate parameters of the nearest points of surfaces. More...
|
| |
Surface.
Surfaces are members of a family of three-dimensional geometric objects. Surfaces play a key role in construction of geometric model. Surfaces are used to describe smooth parts of geometrical form of modeled objects. Surfaces are constructed by analytical functions by a set of points on the basis of curves and on the basis of surfaces.