MeshLib C++ Docs
Loading...
Searching...
No Matches
MRSignDetectionMode.h
Go to the documentation of this file.
1#pragma once
2
3#include "MRMeshFwd.h"
4
5namespace MR
6{
9
10
13{
16
18 OpenVDB,
19
22
26
30};
31
33[[nodiscard]] MRMESH_API const char * asString( SignDetectionMode m );
34
42
43}
SignDetectionMode
how to determine the sign of distances from a mesh
Definition MRSignDetectionMode.h:13
SignDetectionModeShort
how to determine the sign of distances from a mesh, short version including auto-detection
Definition MRSignDetectionMode.h:37
MRMESH_API const char * asString(ColoringType ct)
returns string representation of enum values
@ OpenVDB
sign detection from OpenVDB library, which is good and fast if input geometry is closed
@ ProjectionNormal
the sign is determined based on pseudonormal in closest mesh point (unsafe in case of self-intersecti...
@ Unsigned
unsigned distance, useful for bidirectional Shell offset
@ Auto
automatic selection of the fastest method among safe options for the current mesh
@ HoleWindingNumber
detects sign from the winding number generalization with support for holes and self-intersections in ...
only for bindings generation
Definition MRCameraOrientationPlugin.h:8