Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, BooleanResultMapper.Maps arg0) |
None | __init__ (self, FaceMap cut2origin, FaceMap cut2newFaces, WholeEdgeMap old2newEdges, VertMap old2newVerts, bool identity) |
FaceMap | cut2newFaces (self) |
None | cut2newFaces (self, FaceMap arg1) |
FaceMap | cut2origin (self) |
None | cut2origin (self, FaceMap arg1) |
bool | identity (self) |
None | identity (self, bool arg1) |
WholeEdgeMap | old2newEdges (self) |
None | old2newEdges (self, WholeEdgeMap arg1) |
VertMap | old2newVerts (self) |
None | old2newVerts (self, VertMap arg1) |
Generated from: MR::BooleanResultMapper::Maps
None meshlib.mrmeshpy.BooleanResultMapper.Maps.__init__ | ( | self | ) |
Implicit default constructor.
None meshlib.mrmeshpy.BooleanResultMapper.Maps.__init__ | ( | self, | |
BooleanResultMapper.Maps | arg0 ) |
Implicit copy constructor.
None meshlib.mrmeshpy.BooleanResultMapper.Maps.__init__ | ( | self, | |
FaceMap | cut2origin, | ||
FaceMap | cut2newFaces, | ||
WholeEdgeMap | old2newEdges, | ||
VertMap | old2newVerts, | ||
bool | identity ) |
Implicit aggregate constructor.
FaceMap meshlib.mrmeshpy.BooleanResultMapper.Maps.cut2newFaces | ( | self | ) |
"after cut" faces to "after stitch" faces (1-1)
None meshlib.mrmeshpy.BooleanResultMapper.Maps.cut2newFaces | ( | self, | |
FaceMap | arg1 ) |
FaceMap meshlib.mrmeshpy.BooleanResultMapper.Maps.cut2origin | ( | self | ) |
"after cut" faces to "origin" faces this map is not 1-1, but N-1
None meshlib.mrmeshpy.BooleanResultMapper.Maps.cut2origin | ( | self, | |
FaceMap | arg1 ) |
bool meshlib.mrmeshpy.BooleanResultMapper.Maps.identity | ( | self | ) |
old topology indexes are valid if true
None meshlib.mrmeshpy.BooleanResultMapper.Maps.identity | ( | self, | |
bool | arg1 ) |
WholeEdgeMap meshlib.mrmeshpy.BooleanResultMapper.Maps.old2newEdges | ( | self | ) |
"origin" edges to "after stitch" edges (1-1)
None meshlib.mrmeshpy.BooleanResultMapper.Maps.old2newEdges | ( | self, | |
WholeEdgeMap | arg1 ) |
VertMap meshlib.mrmeshpy.BooleanResultMapper.Maps.old2newVerts | ( | self | ) |
"origin" vertices to "after stitch" vertices (1-1)
None meshlib.mrmeshpy.BooleanResultMapper.Maps.old2newVerts | ( | self, | |
VertMap | arg1 ) |