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

Public Member Functions

None __init__ (self)
 
None __init__ (self, std_vector_std_vector_Id_EdgeTag resultCut, FaceBitSet fbsWithContourIntersections)
 
FaceBitSet fbsWithContourIntersections (self)
 
None fbsWithContourIntersections (self, FaceBitSet arg1)
 
std_vector_std_vector_Id_EdgeTag resultCut (self)
 
None resultCut (self, std_vector_std_vector_Id_EdgeTag arg1)
 

Static Public Member Functions

None __init__ (*args, **kwargs)
 
CutMeshResult operator (*args, **kwargs)
 
CutMeshResult operator (*args, **kwargs)
 

Static Protected Attributes

typing _offsetof_fbsWithContourIntersections = 24
 
typing _offsetof_resultCut = 0
 

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 mrmeshpy.CutMeshResult.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/3]

None mrmeshpy.CutMeshResult.__init__ ( self)

◆ __init__() [3/3]

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

Member Function Documentation

◆ fbsWithContourIntersections() [1/2]

FaceBitSet mrmeshpy.CutMeshResult.fbsWithContourIntersections ( 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

◆ fbsWithContourIntersections() [2/2]

None mrmeshpy.CutMeshResult.fbsWithContourIntersections ( self,
FaceBitSet arg1 )

◆ operator() [1/2]

CutMeshResult mrmeshpy.CutMeshResult.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

CutMeshResult mrmeshpy.CutMeshResult.operator ( * args,
** kwargs )
static

◆ resultCut() [1/2]

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

◆ resultCut() [2/2]

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

Member Data Documentation

◆ _offsetof_fbsWithContourIntersections

typing mrmeshpy.CutMeshResult._offsetof_fbsWithContourIntersections = 24
staticprotected

◆ _offsetof_resultCut

typing mrmeshpy.CutMeshResult._offsetof_resultCut = 0
staticprotected

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