MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.CutMeshResult Class Reference

Public Member Functions

None __init__ (self)
 
None __init__ (self, CutMeshResult arg0)
 
None __init__ (self, std_vector_std_vector_Id_EdgeTag resultCut, FaceBitSet fbsWithCountourIntersections)
 
FaceBitSet fbsWithCountourIntersections (self)
 
None fbsWithCountourIntersections (self, FaceBitSet arg1)
 
std_vector_std_vector_Id_EdgeTag resultCut (self)
 
None resultCut (self, std_vector_std_vector_Id_EdgeTag arg1)
 

Detailed Description

Generated from:  MR::CutMeshResult

\\struct MR::CutMeshResult
\\ingroup BooleanGroup
This structure contains result of MR::cutMesh function

Constructor & Destructor Documentation

◆ __init__() [1/3]

None meshlib.mrmeshpy.CutMeshResult.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

None meshlib.mrmeshpy.CutMeshResult.__init__ ( self,
CutMeshResult arg0 )
Implicit copy constructor.

◆ __init__() [3/3]

None meshlib.mrmeshpy.CutMeshResult.__init__ ( self,
std_vector_std_vector_Id_EdgeTag resultCut,
FaceBitSet fbsWithCountourIntersections )
Implicit aggregate constructor.

Member Function Documentation

◆ fbsWithCountourIntersections() [1/2]

FaceBitSet meshlib.mrmeshpy.CutMeshResult.fbsWithCountourIntersections ( self)
Bitset of bad triangles - triangles where input contours have intersections and cannot be cut and filled in a good way
\\sa \\ref MR::CutMeshParameters

◆ fbsWithCountourIntersections() [2/2]

None meshlib.mrmeshpy.CutMeshResult.fbsWithCountourIntersections ( self,
FaceBitSet arg1 )

◆ resultCut() [1/2]

std_vector_std_vector_Id_EdgeTag meshlib.mrmeshpy.CutMeshResult.resultCut ( self)
Paths of new edges on mesh, they represent same contours as input, but already cut

◆ resultCut() [2/2]

None meshlib.mrmeshpy.CutMeshResult.resultCut ( self,
std_vector_std_vector_Id_EdgeTag arg1 )

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