|
| enum | ForceFill : int { None = 0
, Good = 1
, All = 2
} |
| | This enum defines the MR.cutMesh behaviour in case of bad faces acure basicaly MR.cutMesh removes all faces which contours pass through, adds new edges to topology and fills all removed parts. More...
|
| |
|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
| unsafe MR.? Const_SortIntersectionsData | sortData [get] |
| |
|
unsafe MR.? FaceMap | new2OldMap [get] |
| | This is optional output - map from newly generated faces to old faces (N-1)
|
| |
|
unsafe MR.CutMeshParameters.ForceFill | forceFillMode [get] |
| |
|
unsafe MR.? NewEdgesMap | new2oldEdgesMap [get] |
| | Optional output map for each new edge introduced after cut maps edge from old topology or old face.
|
| |
|
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.
|
| |
◆ ForceFill
This enum defines the MR.cutMesh behaviour in case of bad faces acure basicaly MR.cutMesh removes all faces which contours pass through, adds new edges to topology and fills all removed parts.
- Note
- Bad faces here mean faces where contours have intersections and cannot be cut and filled in an good way
◆ sortData
This is optional input for better contours resolving
it provides additional info from other mesh used in boolean operation, useful to solve some degeneration
- Note
- Most likely you don't need this in case you call MR.cutMesh manualy, use case of it is MR.boolean
The documentation for this class was generated from the following file: