#include <MRMesh/MRBooleanOperation.h>
Public Attributes | |
| FaceMap | cut2origin |
| FaceMap | cut2newFaces |
| "after cut" faces to "after stitch" faces (1-1) | |
| WholeEdgeMap | old2newEdges |
| "origin" edges to "after stitch" edges (1-1) | |
| VertMap | old2newVerts |
| "origin" vertices to "after stitch" vertices (1-1) | |
| FaceMap MR::BooleanResultMapper::Maps::cut2newFaces |
"after cut" faces to "after stitch" faces (1-1)
| FaceMap MR::BooleanResultMapper::Maps::cut2origin |
"after cut" faces to "origin" faces this map is not 1-1, but N-1
| WholeEdgeMap MR::BooleanResultMapper::Maps::old2newEdges |
"origin" edges to "after stitch" edges (1-1)
| VertMap MR::BooleanResultMapper::Maps::old2newVerts |
"origin" vertices to "after stitch" vertices (1-1)