Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Static Public Member Functions
GeomLProp Class Reference

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 occ::handle< Geom_Curve > &C1, const occ::handle< Geom_Curve > &C2, const double u1, const double u2, const bool r1, const bool r2, const double tl, const double 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.
 
static GeomAbs_Shape Continuity (const occ::handle< Geom_Curve > &C1, const occ::handle< Geom_Curve > &C2, const double u1, const double u2, const bool r1, const bool r2)
 The same as preceding but using the standard tolerances from package Precision.
 

Detailed Description

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.

Member Function Documentation

◆ Continuity() [1/2]

static GeomAbs_Shape GeomLProp::Continuity ( const occ::handle< Geom_Curve > & C1,
const occ::handle< Geom_Curve > & C2,
const double u1,
const double u2,
const bool r1,
const bool r2 )
static

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

◆ Continuity() [2/2]

static GeomAbs_Shape GeomLProp::Continuity ( const occ::handle< Geom_Curve > & C1,
const occ::handle< Geom_Curve > & C2,
const double u1,
const double u2,
const bool r1,
const bool r2,
const double tl,
const double ta )
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.


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