|
Open CASCADE Technology 6.5.2
|
These global functions compute the degree of
continuity of a curve built by concatenation of two
edges at their junction point.
#include <BRepLProp.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
Static Public Member Functions | |
| static GeomAbs_Shape | Continuity (const BRepAdaptor_Curve &C1, const BRepAdaptor_Curve &C2, const Standard_Real u1, const Standard_Real u2, const Standard_Real tl, const Standard_Real ta) |
| static GeomAbs_Shape | Continuity (const BRepAdaptor_Curve &C1, const BRepAdaptor_Curve &C2, const Standard_Real u1, const Standard_Real u2) |
| static GeomAbs_Shape BRepLProp::Continuity | ( | const BRepAdaptor_Curve & | C1, |
| const BRepAdaptor_Curve & | C2, | ||
| const Standard_Real | u1, | ||
| const Standard_Real | u2, | ||
| const Standard_Real | tl, | ||
| const Standard_Real | ta | ||
| ) | [static] |
| static GeomAbs_Shape BRepLProp::Continuity | ( | const BRepAdaptor_Curve & | C1, |
| const BRepAdaptor_Curve & | C2, | ||
| const Standard_Real | u1, | ||
| const Standard_Real | u2 | ||
| ) | [static] |
| void BRepLProp::operator delete | ( | void * | anAddress | ) | [inline] |
| void* BRepLProp::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| void* BRepLProp::operator new | ( | size_t | size | ) | [inline] |
1.7.4