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