MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::Features::MeasureResult Struct Reference

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::Variantintersections
 The primitives obtained from intersecting those two.
 

Detailed Description

Stores the results of measuring two objects relative to one another.


The documentation for this struct was generated from the following file: