|
Open CASCADE Technology
6.7.1
|
These global functions compute the degree of
continuity of a 3D curve built by concatenation of two
other curves (or portions of curves) at their junction point.
More...
#include <GeomLProp.hxx>
Static Public Member Functions | |
| static GeomAbs_Shape | Continuity (const Handle< Geom_Curve > &C1, const Handle< Geom_Curve > &C2, const Standard_Real u1, const Standard_Real u2, const Standard_Boolean r1, const Standard_Boolean r2, const Standard_Real tl, const Standard_Real ta) |
| Computes the regularity at the junction between C1 and C2. The booleans r1 and r2 are true if the curves must be taken reversed. 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. More... | |
| static GeomAbs_Shape | Continuity (const Handle< Geom_Curve > &C1, const Handle< Geom_Curve > &C2, const Standard_Real u1, const Standard_Real u2, const Standard_Boolean r1, const Standard_Boolean r2) |
| The same as preciding but using the standard tolerances from package Precision. More... | |
These global functions compute the degree of
continuity of a 3D curve built by concatenation of two
other curves (or portions of curves) at their junction point.
|
static |
Computes the regularity at the junction between C1 and
C2. The booleans r1 and r2 are true if the curves must
be taken reversed. 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 |
The same as preciding but using the standard
tolerances from package Precision.
1.8.5