Generated from class MR.FindOverlappingSettings. This is the const half of the class.
More...
|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
|
unsafe float | maxDistSq [get] |
| |
|
unsafe float | maxNormalDot [get] |
| | maximal dot product of one triangle and another overlapping triangle normals
|
| |
|
unsafe float | minAreaFraction [get] |
| | consider triangle as overlapping only if the area of the oppositely oriented triangle is at least given fraction of the triangle's area
|
| |
|
unsafe MR.Std.Const_Function_BoolFuncFromMRFaceIdMRFaceId | pred [get] |
| | if predicate is present it should return true for pair of faces that should be considered as overlap
|
| |
|
unsafe MR.Std.Const_Function_BoolFuncFromFloat | cb [get] |
| | for reporting current progress and allowing the user to cancel the algorithm
|
| |
|
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.
|
| |
Generated from class MR.FindOverlappingSettings. This is the const half of the class.
The documentation for this class was generated from the following file: