![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
These global functions compute the degree of continuity of a curve built by concatenation of two edges at their junction point. More...
#include <BRepLProp.hxx>
Static Public Member Functions | |
| static GeomAbs_Shape | Continuity (const BRepAdaptor_Curve &C1, const BRepAdaptor_Curve &C2, const double u1, const double u2, const double tl, const double ta) |
| Computes the regularity at the junction between C1 and C2. The point u1 on C1 and the point u2 on C2 must be confused. tl and ta are the linear and angular tolerance used two compare the derivative. | |
| static GeomAbs_Shape | Continuity (const BRepAdaptor_Curve &C1, const BRepAdaptor_Curve &C2, const double u1, const double u2) |
| The same as preceding but using the standard tolerances from package Precision. | |
These global functions compute the degree of continuity of a curve built by concatenation of two edges at their junction point.
|
static |
The same as preceding but using the standard tolerances from package Precision.
|
static |
Computes the regularity at the junction between C1 and C2. The point u1 on C1 and the point u2 on C2 must be confused. tl and ta are the linear and angular tolerance used two compare the derivative.