17 Vector3f
axis{ Vector3f::plusZ() };
25 const AffineXf3f*
xf =
nullptr;
Vector3f axis
base axis marking the up direction
Definition MRMeshOverhangs.h:17
ProgressCallback progressCb
Definition MRMeshOverhangs.h:26
const AffineXf3f * xf
mesh transform
Definition MRMeshOverhangs.h:25
tl::expected< T, E > Expected
Definition MRExpected.h:31
float maxOverhangDistance
maximum allowed overhang distance within a layer
Definition MRMeshOverhangs.h:21
float layerHeight
height of a layer
Definition MRMeshOverhangs.h:19
int hops
number of hops used to smooth out the overhang regions (0 - disable smoothing)
Definition MRMeshOverhangs.h:23
MRMESH_API Expected< std::vector< FaceBitSet > > findOverhangs(const Mesh &mesh, const FindOverhangsSettings &settings)
Find face regions that might create overhangs.
only for bindings generation
Definition MRCameraOrientationPlugin.h:8
parameters for MR::findOverhangs
Definition MRMeshOverhangs.h:15