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.