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) |
Generated from: MR::CutMeshResult \\struct MR::CutMeshResult \\ingroup BooleanGroup This structure contains result of MR::cutMesh function
None meshlib.mrmeshpy.CutMeshResult.__init__ | ( | self | ) |
Implicit default constructor.
None meshlib.mrmeshpy.CutMeshResult.__init__ | ( | self, | |
CutMeshResult | arg0 ) |
Implicit copy constructor.
None meshlib.mrmeshpy.CutMeshResult.__init__ | ( | self, | |
std_vector_std_vector_Id_EdgeTag | resultCut, | ||
FaceBitSet | fbsWithCountourIntersections ) |
Implicit aggregate constructor.
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
None meshlib.mrmeshpy.CutMeshResult.fbsWithCountourIntersections | ( | self, | |
FaceBitSet | arg1 ) |
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
None meshlib.mrmeshpy.CutMeshResult.resultCut | ( | self, | |
std_vector_std_vector_Id_EdgeTag | arg1 ) |