Open CASCADE Technology  7.4.0
Static Public Member Functions

BRepLProp Class Reference

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 Standard_Real u1, const Standard_Real u2, const Standard_Real tl, const Standard_Real 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. More...
 
static GeomAbs_Shape Continuity (const BRepAdaptor_Curve &C1, const BRepAdaptor_Curve &C2, const Standard_Real u1, const Standard_Real u2)
 The same as preciding but using the standard tolerances from package Precision. More...
 

Detailed Description

These global functions compute the degree of continuity of a curve built by concatenation of two edges at their junction point.

Member Function Documentation

◆ Continuity() [1/2]

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

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.

◆ Continuity() [2/2]

static GeomAbs_Shape BRepLProp::Continuity ( const BRepAdaptor_Curve C1,
const BRepAdaptor_Curve C2,
const Standard_Real  u1,
const Standard_Real  u2 
)
static

The same as preciding but using the standard tolerances from package Precision.


The documentation for this class was generated from the following file: