MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.BooleanResultMapper.Maps Class Reference

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)
 

Static Protected Member Functions

 _pybind11_conduit_v1_ (*args, **kwargs)
 

Detailed Description

Generated from:  MR::BooleanResultMapper::Maps

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.BooleanResultMapper.Maps.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

None mrmeshpy.BooleanResultMapper.Maps.__init__ ( self,
BooleanResultMapper.Maps arg0 )
Implicit copy constructor.

◆ __init__() [3/3]

None mrmeshpy.BooleanResultMapper.Maps.__init__ ( self,
FaceMap cut2origin,
FaceMap cut2newFaces,
WholeEdgeMap old2newEdges,
VertMap old2newVerts,
bool identity )
Implicit aggregate constructor.

Member Function Documentation

◆ _pybind11_conduit_v1_()

mrmeshpy.BooleanResultMapper.Maps._pybind11_conduit_v1_ ( * args,
** kwargs )
staticprotected

◆ cut2newFaces() [1/2]

FaceMap mrmeshpy.BooleanResultMapper.Maps.cut2newFaces ( self)
"after cut" faces to "after stitch" faces (1-1)

◆ cut2newFaces() [2/2]

None mrmeshpy.BooleanResultMapper.Maps.cut2newFaces ( self,
FaceMap arg1 )

◆ cut2origin() [1/2]

FaceMap mrmeshpy.BooleanResultMapper.Maps.cut2origin ( self)
"after cut" faces to "origin" faces
this map is not 1-1, but N-1

◆ cut2origin() [2/2]

None mrmeshpy.BooleanResultMapper.Maps.cut2origin ( self,
FaceMap arg1 )

◆ identity() [1/2]

bool mrmeshpy.BooleanResultMapper.Maps.identity ( self)
old topology indexes are valid if true

◆ identity() [2/2]

None mrmeshpy.BooleanResultMapper.Maps.identity ( self,
bool arg1 )

◆ old2newEdges() [1/2]

WholeEdgeMap mrmeshpy.BooleanResultMapper.Maps.old2newEdges ( self)
"origin" edges to "after stitch" edges (1-1)

◆ old2newEdges() [2/2]

None mrmeshpy.BooleanResultMapper.Maps.old2newEdges ( self,
WholeEdgeMap arg1 )

◆ old2newVerts() [1/2]

VertMap mrmeshpy.BooleanResultMapper.Maps.old2newVerts ( self)
"origin" vertices to "after stitch" vertices (1-1)

◆ old2newVerts() [2/2]

None mrmeshpy.BooleanResultMapper.Maps.old2newVerts ( self,
VertMap arg1 )

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