|
| 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) |
◆ 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
◆ Const_CutMeshParameters() [1/4]
| unsafe MR.Const_CutMeshParameters.Const_CutMeshParameters |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Const_CutMeshParameters() [2/4]
◆ Const_CutMeshParameters() [3/4]
◆ Const_CutMeshParameters() [4/4]
◆ Dispose() [1/2]
| virtual void MR.Const_CutMeshParameters.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.Const_CutMeshParameters.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ __ptr_storage_new2oldEdgesMap
| unsafe MR.NewEdgesMap._Underlying** MR.Const_CutMeshParameters.__ptr_storage_new2oldEdgesMap |
|
protected |
◆ __ptr_storage_new2OldMap
| unsafe MR.FaceMap._Underlying** MR.Const_CutMeshParameters.__ptr_storage_new2OldMap |
|
protected |
◆ __ptr_storage_sortData
| unsafe MR.Const_SortIntersectionsData._Underlying** MR.Const_CutMeshParameters.__ptr_storage_sortData |
|
protected |
◆ __ref_storage_forceFillMode
◆ forceFillMode
◆ new2oldEdgesMap
| unsafe MR.? NewEdgesMap MR.Const_CutMeshParameters.new2oldEdgesMap |
|
get |
Optional output map for each new edge introduced after cut maps edge from old topology or old face.
◆ new2OldMap
| unsafe MR.? FaceMap MR.Const_CutMeshParameters.new2OldMap |
|
get |
This is optional output - map from newly generated faces to old faces (N-1)
◆ 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: