Hide menu
Loading...
Searching...
No Matches

Computes the lengths of curves. More...

Inherits global.SystemIDisposable.

Public Member Functions

 Length (global::System.IntPtr cPtr, bool cMemoryOwn)
 
void Dispose ()
 

Static Public Member Functions

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

Protected Member Functions

virtual void Dispose (bool disposing)
 

Detailed Description

Computes the lengths of curves.

Member Function Documentation

◆ Compute() [1/3]

static double cadex.Measurements.Length.Compute ( cadex.Geom.Curve theCurve,
double theFirstParameter,
double theLastParameter )
inlinestatic

Computes the curve length between theFirstParameter and theLastParameter.

◆ Compute() [2/3]

static double cadex.Measurements.Length.Compute ( cadex.ModelData.Edge theEdge)
inlinestatic

Computes the edge length.

◆ Compute() [3/3]

static double cadex.Measurements.Length.Compute ( cadex.ModelData.Wire theWire)
inlinestatic

Computes the wire length.