#include "MRFeatureObject.h"
Go to the source code of this file.
Classes | |
struct | MR::RefineParameters |
Optional parameters for refineFeatureObject. More... | |
Namespaces | |
namespace | MR |
Functions | |
MRMESH_API Expected< AffineXf3f > | MR::refineFeatureObject (const FeatureObject &featObj, const Mesh &mesh, const RefineParameters ¶ms={}) |
Recalculate the feature object's position so it would better fit with the given mesh. | |
MRMESH_API Expected< AffineXf3f > | MR::refineFeatureObject (const FeatureObject &featObj, const PointCloud &pointCloud, const RefineParameters ¶ms={}) |
Recalculate the feature object's position so it would better fit with the given point cloud. | |