|
|
unsafe float | maxEdgeLen [get] |
| | Subdivision is stopped when all edges inside or on the boundary of the region are not longer than this value.
|
| |
|
unsafe int | maxEdgeSplits [get] |
| | Maximum number of edge splits allowed.
|
| |
|
unsafe float | maxDeviationAfterFlip [get] |
| | Improves local mesh triangulation by doing edge flips if it does not make too big surface deviation.
|
| |
|
unsafe float | maxAngleChangeAfterFlip [get] |
| | Improves local mesh triangulation by doing edge flips if it does not change dihedral angle more than on this value (in radians)
|
| |
| unsafe float | criticalAspectRatioFlip [get] |
| |
|
unsafe MR.? FaceBitSet | region [get] |
| | Region on mesh to be subdivided, it is updated during the operation.
|
| |
| unsafe MR.? FaceBitSet | maintainRegion [get] |
| |
|
unsafe MR.? UndirectedEdgeBitSet | notFlippable [get] |
| | Edges specified by this bit-set will never be flipped, but they can be split so it is updated during the operation.
|
| |
|
unsafe MR.? VertBitSet | newVerts [get] |
| | New vertices appeared during subdivision will be added here.
|
| |
| unsafe bool | subdivideBorder [get] |
| |
|
unsafe float | maxTriAspectRatio [get] |
| | The subdivision stops as soon as all triangles (in the region) have aspect ratio below or equal to this value.
|
| |
| unsafe float | maxSplittableTriAspectRatio [get] |
| |
| unsafe bool | smoothMode [get] |
| |
|
unsafe float | minSharpDihedralAngle [get] |
| |
|
unsafe bool | projectOnOriginalMesh [get] |
| | if true, then every new vertex will be projected on the original mesh (before smoothing)
|
| |
|
unsafe MR.Std.Const_Function_BoolFuncFromMREdgeId | beforeEdgeSplit [get] |
| | this function is called each time edge (e) is going to split, if it returns false then this split will be skipped
|
| |
|
unsafe MR.Std.Const_Function_VoidFuncFromMRVertId | onVertCreated [get] |
| | this function is called each time a new vertex has been created, but before the ring is made Delone
|
| |
|
unsafe MR.Std.Const_Function_VoidFuncFromMREdgeIdMREdgeId | onEdgeSplit [get] |
| | this function is called each time edge (e) is split into (e1->e), but before the ring is made Delone
|
| |
|
unsafe MR.Std.Const_Function_BoolFuncFromFloat | progressCallback [get] |
| | callback to report algorithm progress and cancel it by user request
|
| |
|
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.SubdivideSettings. This is the const half of the class.