Parameters of MR.cutMesh This structure contains some options and optional outputs of MR.cutMesh function. More...
Properties | |
| new unsafe MR.? Const_SortIntersectionsData | sortData [get, set] |
| This is optional input for better contours resolving it provides additional info from other mesh used in boolean operation, useful to solve some degeneration. | |
| new unsafe MR.? FaceMap | new2OldMap [get, set] |
| This is optional output - map from newly generated faces to old faces (N-1) | |
| new unsafe ref MR.CutMeshParameters.ForceFill | forceFillMode [get] |
| new unsafe MR.? NewEdgesMap | new2oldEdgesMap [get, set] |
| Optional output map for each new edge introduced after cut maps edge from old topology or old face. | |
| Properties inherited from MR.Const_CutMeshParameters | |
| unsafe MR.? Const_SortIntersectionsData | sortData [get] |
| This is optional input for better contours resolving it provides additional info from other mesh used in boolean operation, useful to solve some degeneration. | |
| 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. | |
Additional Inherited Members | |
| Public Types inherited from MR.Const_CutMeshParameters | |
| 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... | |
| Protected Member Functions inherited from MR.Const_CutMeshParameters | |
| virtual unsafe void | Dispose (bool disposing) |
| Protected Attributes inherited from MR.Const_CutMeshParameters | |
| unsafe MR.Const_SortIntersectionsData._Underlying ** | __ptr_storage_sortData |
| unsafe MR.FaceMap._Underlying ** | __ptr_storage_new2OldMap |
| unsafe MR.CutMeshParameters.ForceFill * | __ref_storage_forceFillMode |
| unsafe MR.NewEdgesMap._Underlying ** | __ptr_storage_new2oldEdgesMap |
Parameters of MR.cutMesh This structure contains some options and optional outputs of MR.cutMesh function.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Constructs MR.CutMeshParameters elementwise.
|
inline |
Generated from constructor MR.CutMeshParameters.CutMeshParameters.
|
inline |
Generated from constructor MR.CutMeshParameters.CutMeshParameters.
|
inline |
Generated from method MR::CutMeshParameters::operator=.
|
get |
|
getset |
Optional output map for each new edge introduced after cut maps edge from old topology or old face.
|
getset |
This is optional output - map from newly generated faces to old faces (N-1)
|
getset |
This is optional input for better contours resolving
it provides additional info from other mesh used in boolean operation, useful to solve some degeneration.