Setting set for mesh self-intersections fix Generated from class MR.SelfIntersections.Settings. This is the non-const half of the class.
More...
|
| unsafe | Settings () |
| | Constructs an empty (default-constructed) instance.
|
| unsafe | Settings (bool touchIsIntersection, MR.SelfIntersections.Settings.Method method, int relaxIterations, int maxExpand, float subdivideEdgeLen, bool mimicPatch, MR.Std._ByValue_Function_Bool_From_Float callback) |
| | Constructs MR.SelfIntersections.Settings elementwise.
|
| unsafe | Settings (MR.SelfIntersections._ByValue_Settings _other) |
| | Generated from constructor MR.SelfIntersections.Settings.Settings.
|
| | Settings (Const_Settings _other) |
| | Generated from constructor MR.SelfIntersections.Settings.Settings.
|
| | Settings (Settings _other) |
| | Generated from constructor MR.SelfIntersections.Settings.Settings.
|
| unsafe MR.SelfIntersections.Settings | assign (MR.SelfIntersections._ByValue_Settings _other) |
| | Generated from method MR::SelfIntersections::Settings::operator=.
|
| virtual void | Dispose () |
| unsafe | Const_Settings () |
| | Constructs an empty (default-constructed) instance.
|
| unsafe | Const_Settings (bool touchIsIntersection, MR.SelfIntersections.Settings.Method method, int relaxIterations, int maxExpand, float subdivideEdgeLen, bool mimicPatch, MR.Std._ByValue_Function_Bool_From_Float callback) |
| | Constructs MR.SelfIntersections.Settings elementwise.
|
| unsafe | Const_Settings (MR.SelfIntersections._ByValue_Settings _other) |
| | Generated from constructor MR.SelfIntersections.Settings.Settings.
|
| | Const_Settings (Const_Settings _other) |
| | Generated from constructor MR.SelfIntersections.Settings.Settings.
|
| | Const_Settings (Settings _other) |
| | Generated from constructor MR.SelfIntersections.Settings.Settings.
|
|
| 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] |
| | Edge length for subdivision of holes covers (0.0f means auto) FLT_MAX to disable subdivision.
|
| new unsafe ref bool | mimicPatch [get] |
| | trying to stay close to initial surface when patching
|
| new unsafe MR.Std.Function_Bool_From_Float | callback [get, protected set] |
| | Callback function.
|
| unsafe bool | touchIsIntersection [get] |
| | If true then count touching faces as self-intersections.
|
| unsafe MR.SelfIntersections.Settings.Method | method [get] |
| unsafe int | relaxIterations [get] |
| | Maximum relax iterations.
|
| unsafe int | maxExpand [get] |
| | Maximum expand count (edge steps from self-intersecting faces), should be >= 0.
|
| unsafe float | subdivideEdgeLen [get] |
| | Edge length for subdivision of holes covers (0.0f means auto) FLT_MAX to disable subdivision.
|
| unsafe bool | mimicPatch [get] |
| | trying to stay close to initial surface when patching
|
| unsafe MR.Std.Const_Function_Bool_From_Float | 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, |
|
|
bool | mimicPatch, |
|
|
MR.Std._ByValue_Function_Bool_From_Float | callback ) |
|
inline |
◆ Settings() [3/5]
| unsafe MR.SelfIntersections.Settings.Settings |
( |
MR.SelfIntersections._ByValue_Settings | _other | ) |
|
|
inline |
◆ Settings() [4/5]
◆ Settings() [5/5]
| MR.SelfIntersections.Settings.Settings |
( |
Settings | _other | ) |
|
|
inline |
◆ assign()
Generated from method MR::SelfIntersections::Settings::operator=.
◆ callback
| new unsafe MR.Std.Function_Bool_From_Float 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
◆ mimicPatch
| new unsafe ref bool MR.SelfIntersections.Settings.mimicPatch |
|
get |
trying to stay close to initial surface when patching
◆ 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: