#include <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) | |
bool | identity {false} |
old topology indexes are valid if true | |
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
bool MR::BooleanResultMapper::Maps::identity {false} |
old topology indexes are valid if true
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)