Setting set for mesh self-intersections fix Generated from class MR.SelfIntersections.Settings. This is the non-const half of the class.
More...
|
| new unsafe ref bool | touchIsIntersection [get] |
| | If true then count touching faces as self-intersections.
|
| |
| new unsafe ref MR.SelfIntersections.Settings.Method | method [get] |
| |
| new unsafe ref int | relaxIterations [get] |
| | Maximum relax iterations.
|
| |
| new unsafe ref int | maxExpand [get] |
| | Maximum expand count (edge steps from self-intersecting faces), should be > 0.
|
| |
| new unsafe ref float | subdivideEdgeLen [get] |
| |
| new unsafe MR.Std.Function_BoolFuncFromFloat | callback [get, protected set] |
| | Callback function.
|
| |
Setting set for mesh self-intersections fix Generated from class MR.SelfIntersections.Settings. This is the non-const half of the class.
◆ Settings() [1/5]
| unsafe MR.SelfIntersections.Settings.Settings |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Settings() [2/5]
| unsafe MR.SelfIntersections.Settings.Settings |
( |
bool | touchIsIntersection, |
|
|
MR.SelfIntersections.Settings.Method | method, |
|
|
int | relaxIterations, |
|
|
int | maxExpand, |
|
|
float | subdivideEdgeLen, |
|
|
MR.Std._ByValue_Function_BoolFuncFromFloat | callback ) |
|
inline |
◆ Settings() [3/5]
| unsafe MR.SelfIntersections.Settings.Settings |
( |
MR.SelfIntersections._ByValue_Settings | _other | ) |
|
|
inline |
Generated from constructor MR.SelfIntersections.Settings.Settings.
◆ Settings() [4/5]
| MR.SelfIntersections.Settings.Settings |
( |
Const_Settings | _other | ) |
|
|
inline |
Generated from constructor MR.SelfIntersections.Settings.Settings.
◆ Settings() [5/5]
| MR.SelfIntersections.Settings.Settings |
( |
Settings | _other | ) |
|
|
inline |
Generated from constructor MR.SelfIntersections.Settings.Settings.
◆ assign()
Generated from method MR.SelfIntersections.Settings.operator=.
◆ callback
| new unsafe MR.Std.Function_BoolFuncFromFloat MR.SelfIntersections.Settings.callback |
|
getprotected set |
◆ maxExpand
| new unsafe ref int MR.SelfIntersections.Settings.maxExpand |
|
get |
Maximum expand count (edge steps from self-intersecting faces), should be > 0.
◆ method
| new unsafe ref MR.SelfIntersections.Settings.Method MR.SelfIntersections.Settings.method |
|
get |
◆ relaxIterations
| new unsafe ref int MR.SelfIntersections.Settings.relaxIterations |
|
get |
Maximum relax iterations.
◆ subdivideEdgeLen
| new unsafe ref float MR.SelfIntersections.Settings.subdivideEdgeLen |
|
get |
Edge length for subdivision of holes covers (0.0f means auto) FLT_MAX to disable subdivision
◆ touchIsIntersection
| new unsafe ref bool MR.SelfIntersections.Settings.touchIsIntersection |
|
get |
If true then count touching faces as self-intersections.
The documentation for this class was generated from the following file: