MRC_API const char * MR_asString_MR_SignDetectionMode(MR_SignDetectionMode m)
MR_SignDetectionModeShort
how to determine the sign of distances from a mesh, short version including auto-detection
Definition MRSignDetectionMode.h:29
@ MR_SignDetectionModeShort_Auto
automatic selection of the fastest method among safe options for the current mesh
Definition MRSignDetectionMode.h:31
@ MR_SignDetectionModeShort_HoleWindingNumber
detects sign from the pseudonormal in closest mesh point, which is fast but unsafe in the presence of...
Definition MRSignDetectionMode.h:33
@ MR_SignDetectionModeShort_ProjectionNormal
Definition MRSignDetectionMode.h:35
MR_SignDetectionMode
how to determine the sign of distances from a mesh
Definition MRSignDetectionMode.h:12
@ MR_SignDetectionMode_ProjectionNormal
the sign is determined based on pseudonormal in closest mesh point (unsafe in case of self-intersecti...
Definition MRSignDetectionMode.h:18
@ MR_SignDetectionMode_OpenVDB
sign detection from OpenVDB library, which is good and fast if input geometry is closed
Definition MRSignDetectionMode.h:16
@ MR_SignDetectionMode_HoleWindingRule
Definition MRSignDetectionMode.h:24
@ MR_SignDetectionMode_WindingRule
Definition MRSignDetectionMode.h:21
@ MR_SignDetectionMode_Unsigned
unsigned distance, useful for bidirectional Shell offset
Definition MRSignDetectionMode.h:14
#define MRC_API
Definition exports.h:11