Computes 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 . | |
Computes lengths of curves.