Parameters for findDisorientedFaces function Generated from class MR.FindDisorientationParams. This is the const half of the class.
More...
|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
|
unsafe MR.FindDisorientationParams.RayMode | mode [get] |
| |
|
unsafe bool | virtualFillHoles [get] |
| | if set - copy mesh, and fills holes for better quality in case of ray going out through hole
|
| |
|
unsafe MR.Std.Const_Function_BoolFuncFromFloat | cb [get] |
| |
|
virtual bool | _IsOwning [get] |
| | Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
|
| |
Parameters for findDisorientedFaces function Generated from class MR.FindDisorientationParams. This is the const half of the class.
◆ RayMode
Mode of detecting disoriented face.
| Enumerator |
|---|
| Positive | positive (normal) direction of face should have even number of intersections
positive or negative (normal or -normal) direction (the one with lowest number of intersections) should have even/odd number of intersections
|
| Shallowest | both direction should have correct number of intersections (positive - even; negative - odd)
|
The documentation for this class was generated from the following file: