Generated from class MR.ZCompensateParams. This is the const half of the class.
More...
|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
| unsafe float | maxShift [get] |
| |
|
unsafe bool | reduceSelfIntersections [get] |
| | if true, limits the movement of each vertex to reduce self-intersections in the mesh
|
| |
|
unsafe float | minThickness [get] |
| | only if (reduceSelfIntersections = true), avoids moving a vertex closer than this distance to another triangle
|
| |
|
unsafe MR.Std.Const_Function_BoolFuncFromFloat | progress [get] |
| | to report progress and cancel processing
|
| |
|
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.ZCompensateParams. This is the const half of the class.
◆ maxShift
| unsafe float MR.Const_ZCompensateParams.maxShift |
|
get |
shift of mesh parts orthogonal to Z-axis with normal against Z-axis; for other mesh parts the shift will be less and will depend on the angle between point pseudo-normal and Z-axis
The documentation for this class was generated from the following file: