Hide menu
Loading...
Searching...
No Matches
cadex::Measurements::Length Class Reference

Computes the lengths of curves. More...

#include <cadex/Measurements/Length.hxx>

Static Public Member Functions

static double Compute (const ModelData::Edge &theEdge)
 Computes the edge length.
 
static double Compute (const ModelData::Wire &theWire)
 Computes the wire length.
 
static double Compute (const Geom::Curve &theCurve, double theFirstParameter, double theLastParameter)
 Computes the curve length between theFirstParameter and theLastParameter.
 

Detailed Description

Computes the lengths of curves.

Member Function Documentation

◆ Compute() [1/3]

double cadex::Measurements::Length::Compute ( const Geom::Curve & theCurve,
double theFirstParameter,
double theLastParameter )
static

Computes the curve length between theFirstParameter and theLastParameter.

◆ Compute() [2/3]

double cadex::Measurements::Length::Compute ( const ModelData::Edge & theEdge)
static

Computes the edge length.

◆ Compute() [3/3]

double cadex::Measurements::Length::Compute ( const ModelData::Wire & theWire)
static

Computes the wire length.