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

Public Member Functions

None __init__ (self)
 
None __init__ (self, MeshComponents.LargeByAreaComponentsSettings arg0)
 
None __init__ (self, int maxLargeComponents, int_output numSmallerComponents, float minArea, func_bool_from_Id_UndirectedEdgeTag isCompBd)
 
func_bool_from_Id_UndirectedEdgeTag isCompBd (self)
 
None isCompBd (self, func_bool_from_Id_UndirectedEdgeTag arg1)
 
int maxLargeComponents (self)
 
None maxLargeComponents (self, int arg1)
 
float minArea (self)
 
None minArea (self, float arg1)
 
int numSmallerComponents (self)
 
None numSmallerComponents (self, int_output arg1)
 

Detailed Description

Generated from:  MR::MeshComponents::LargeByAreaComponentsSettings

Constructor & Destructor Documentation

◆ __init__() [1/3]

None meshlib.mrmeshpy.MeshComponents.LargeByAreaComponentsSettings.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

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

◆ __init__() [3/3]

None meshlib.mrmeshpy.MeshComponents.LargeByAreaComponentsSettings.__init__ ( self,
int maxLargeComponents,
int_output numSmallerComponents,
float minArea,
func_bool_from_Id_UndirectedEdgeTag isCompBd )
Implicit aggregate constructor.

Member Function Documentation

◆ isCompBd() [1/2]

func_bool_from_Id_UndirectedEdgeTag meshlib.mrmeshpy.MeshComponents.LargeByAreaComponentsSettings.isCompBd ( self)
optional predicate of boundaries between components

◆ isCompBd() [2/2]

None meshlib.mrmeshpy.MeshComponents.LargeByAreaComponentsSettings.isCompBd ( self,
func_bool_from_Id_UndirectedEdgeTag arg1 )

◆ maxLargeComponents() [1/2]

int meshlib.mrmeshpy.MeshComponents.LargeByAreaComponentsSettings.maxLargeComponents ( self)
return at most given number of largest by area connected components

◆ maxLargeComponents() [2/2]

None meshlib.mrmeshpy.MeshComponents.LargeByAreaComponentsSettings.maxLargeComponents ( self,
int arg1 )

◆ minArea() [1/2]

float meshlib.mrmeshpy.MeshComponents.LargeByAreaComponentsSettings.minArea ( self)
do not consider a component large if its area is below this value

◆ minArea() [2/2]

None meshlib.mrmeshpy.MeshComponents.LargeByAreaComponentsSettings.minArea ( self,
float arg1 )

◆ numSmallerComponents() [1/2]

int meshlib.mrmeshpy.MeshComponents.LargeByAreaComponentsSettings.numSmallerComponents ( self)
optional output: the number of components in addition to returned ones

◆ numSmallerComponents() [2/2]

None meshlib.mrmeshpy.MeshComponents.LargeByAreaComponentsSettings.numSmallerComponents ( self,
int_output arg1 )

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