Generated from class MR.MeshApproxRelaxParams. Base classes: Direct: (non-virtual) MR.MeshRelaxParams Indirect: (non-virtual) MR.RelaxParams This is the const half of the class.
More...
|
|
virtual void | Dispose () |
| |
|
unsafe | Const_MeshApproxRelaxParams () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | Const_MeshApproxRelaxParams (MR.Const_MeshApproxRelaxParams _other) |
| | Generated from constructor MR.MeshApproxRelaxParams.MeshApproxRelaxParams.
|
| |
|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
| unsafe float | surfaceDilateRadius [get] |
| |
|
unsafe MR.RelaxApproxType | type [get] |
| |
|
unsafe bool | hardSmoothTetrahedrons [get] |
| | move all region vertices with exactly three neighbor vertices in the center of the neighbors
|
| |
|
unsafe MR.? Const_VertScalars | weights [get] |
| | weight for each vertex. By default, all the vertices have equal weights.
|
| |
|
unsafe int | iterations [get] |
| | number of iterations
|
| |
|
unsafe MR.? Const_VertBitSet | region [get] |
| | region to relax
|
| |
|
unsafe float | force [get] |
| | speed of relaxing, typical values (0.0, 0.5]
|
| |
|
unsafe bool | limitNearInitial [get] |
| | if true then maximal displacement of each point during denoising will be limited
|
| |
|
unsafe float | maxInitialDist [get] |
| | maximum distance between a point and its position before relaxation, ignored if limitNearInitial = false
|
| |
|
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.MeshApproxRelaxParams. Base classes: Direct: (non-virtual) MR.MeshRelaxParams Indirect: (non-virtual) MR.RelaxParams This is the const half of the class.
◆ surfaceDilateRadius
| unsafe float MR.Const_MeshApproxRelaxParams.surfaceDilateRadius |
|
get |
radius to find neighbors by surface 0.0f - default = 1e-3 * sqrt(surface area)
The documentation for this class was generated from the following file: