MeshLib C# Docs
Loading...
Searching...
No Matches
MR.SelfIntersections.Const_Settings Class Reference

Setting set for mesh self-intersections fix Generated from class MR.SelfIntersections.Settings. This is the const half of the class. More...

+ Inheritance diagram for MR.SelfIntersections.Const_Settings:

Classes

struct  _Underlying
 

Public Types

enum  Method : int
 Fix method.
 

Public Member Functions

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, MR.Std._ByValue_Function_BoolFuncFromFloat callback)
 Constructs MR.SelfIntersections.Settings elementwise.
 
unsafe Const_Settings (MR.SelfIntersections._ByValue_Settings _other)
 Generated from constructor MR.SelfIntersections.Settings.Settings.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

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]
 
unsafe MR.Std.Const_Function_BoolFuncFromFloat callback [get]
 Callback function.
 
- Properties inherited from MR.Misc.Object< Const_Settings >
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.
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_Settings >
bool _IsOwningVal
 

Detailed Description

Setting set for mesh self-intersections fix Generated from class MR.SelfIntersections.Settings. This is the const half of the class.

Property Documentation

◆ subdivideEdgeLen

unsafe float MR.SelfIntersections.Const_Settings.subdivideEdgeLen
get

Edge length for subdivision of holes covers (0.0f means auto) FLT_MAX to disable subdivision


The documentation for this class was generated from the following file: