Computes the distance between two shapes. More...
#include <cadex/Measurements/Distance.hxx>
Static Public Member Functions | |
| static double | Compute (const ModelData::Shape &theFirstShape, const ModelData::Shape &theSecondShape) |
Computes the distance between theFirstShape and theSecondShape. | |
| static double | Compute (const ModelData::Shape &theFirstShape, const ModelData::Shape &theSecondShape, Geom::Point &theFirstPoint, Geom::Point &theSecondPoint) |
Computes the distance between theFirstShape and theSecondShape. | |
Computes the distance between two shapes.