|
| class | _ByValue_Settings |
| | This is used as a function parameter when the underlying function receives Settings by value. Usage:
|
| class | _InOptConst_Settings |
| | This is used for optional parameters of class Settings with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_Settings. Usage:
|
| class | _InOptMut_Settings |
| | This is used for optional parameters of class Settings with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_Settings. Usage:
|
| class | Const_Settings |
| | Setting set for mesh self-intersections fix Generated from class MR.SelfIntersections.Settings. This is the const half of the class. More...
|
| class | Settings |
| | Setting set for mesh self-intersections fix Generated from class MR.SelfIntersections.Settings. This is the non-const half of the class. More...
|
◆ fix()
◆ getFaces()
| unsafe MR.FaceBitSet MR.SelfIntersections.getFaces |
( |
MR.Const_Mesh | mesh, |
|
|
bool? | touchIsIntersection = null, |
|
|
MR.Std._ByValue_Function_Bool_From_Float? | cb = null ) |
|
inlinestatic |
Find all self-intersections faces component-wise Generated from function MR.SelfIntersections.getFaces. Parameter touchIsIntersection defaults to true. Parameter cb defaults to {}.
The documentation for this class was generated from the following file: