Stores the results of measuring two objects relative to one another. More...
#include <MRFeatures.h>
Classes | |
| struct | Angle |
| struct | BasicPart |
| struct | Distance |
Public Types | |
| enum class | Status { Status::ok = 0 , Status::notImplemented , Status::badFeaturePair , Status::badRelativeLocation , Status::notFinite } |
Public Member Functions | |
| MRMESH_API void | swapObjects () |
| Modifies the object to swap A and B;. | |
Public Attributes | |
| Distance | distance |
| Exact distance. | |
| Distance | centerDistance |
| Angle | angle |
| std::vector< Primitives::Variant > | intersections |
| The primitives obtained from intersecting those two. | |
Stores the results of measuring two objects relative to one another.