Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, PolylineComponents.LargeByLengthComponentsSettings arg0) |
| None | __init__ (self, int maxLargeComponents, int_output numSmallerComponents, float minLength) |
| int | maxLargeComponents (self) |
| None | maxLargeComponents (self, int arg1) |
| float | minLength (self) |
| None | minLength (self, float arg1) |
| int | numSmallerComponents (self) |
| None | numSmallerComponents (self, int_output arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| PolylineComponents.LargeByLengthComponentsSettings | operator (*args, **kwargs) |
| PolylineComponents.LargeByLengthComponentsSettings | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_maxLargeComponents = 0 |
| typing | _offsetof_minLength = 16 |
| typing | _offsetof_numSmallerComponents = 8 |
Generated from: MR::PolylineComponents::LargeByLengthComponentsSettings
|
static |
| None mrmeshpy.PolylineComponents.LargeByLengthComponentsSettings.__init__ | ( | self | ) |
| None mrmeshpy.PolylineComponents.LargeByLengthComponentsSettings.__init__ | ( | self, | |
| PolylineComponents.LargeByLengthComponentsSettings | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.PolylineComponents.LargeByLengthComponentsSettings.__init__ | ( | self, | |
| int | maxLargeComponents, | ||
| int_output | numSmallerComponents, | ||
| float | minLength ) |
Implicit aggregate constructor.
| int mrmeshpy.PolylineComponents.LargeByLengthComponentsSettings.maxLargeComponents | ( | self | ) |
return at most given number of largest by length connected components
| None mrmeshpy.PolylineComponents.LargeByLengthComponentsSettings.maxLargeComponents | ( | self, | |
| int | arg1 ) |
| float mrmeshpy.PolylineComponents.LargeByLengthComponentsSettings.minLength | ( | self | ) |
do not consider a component large if its length is below this value
| None mrmeshpy.PolylineComponents.LargeByLengthComponentsSettings.minLength | ( | self, | |
| float | arg1 ) |
| int mrmeshpy.PolylineComponents.LargeByLengthComponentsSettings.numSmallerComponents | ( | self | ) |
optional output: the number of components in addition to returned ones
| None mrmeshpy.PolylineComponents.LargeByLengthComponentsSettings.numSmallerComponents | ( | self, | |
| int_output | arg1 ) |
|
static |
|
static |
|
staticprotected |
|
staticprotected |
|
staticprotected |