MeshLib
 
Loading...
Searching...
No Matches
MR::BooleanResultMapper::Maps Struct Reference

#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
 

Member Data Documentation

◆ cut2newFaces

FaceMap MR::BooleanResultMapper::Maps::cut2newFaces

"after cut" faces to "after stitch" faces (1-1)

◆ cut2origin

FaceMap MR::BooleanResultMapper::Maps::cut2origin

"after cut" faces to "origin" faces this map is not 1-1, but N-1

◆ identity

bool MR::BooleanResultMapper::Maps::identity {false}

old topology indexes are valid if true

◆ old2newEdges

WholeEdgeMap MR::BooleanResultMapper::Maps::old2newEdges

"origin" edges to "after stitch" edges (1-1)

◆ old2newVerts

VertMap MR::BooleanResultMapper::Maps::old2newVerts

"origin" vertices to "after stitch" vertices (1-1)


The documentation for this struct was generated from the following file: