Computes the distance between two shapes. More...
Inherits global.SystemIDisposable.
Public Member Functions | |
| Distance (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| void | Dispose () |
Static Public Member Functions | |
| static double | Compute (cadex.ModelData.Shape theFirstShape, cadex.ModelData.Shape theSecondShape) |
Computes the distance between theFirstShape and theSecondShape. | |
| static double | Compute (cadex.ModelData.Shape theFirstShape, cadex.ModelData.Shape theSecondShape, cadex.Geom.Point theFirstPoint, cadex.Geom.Point theSecondPoint) |
Computes the distance between theFirstShape and theSecondShape. | |
Protected Member Functions | |
| virtual void | Dispose (bool disposing) |
Computes the distance between two shapes.