Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, MeshComponents.ExpandToComponentsParams arg0) |
| None | __init__ (self, float coverRatio, MeshComponents.FaceIncidence incidence, UndirectedEdgeBitSet isCompBd, int_output optOutNumComponents, func_bool_from_float cb) |
| float | coverRatio (self) |
| None | coverRatio (self, float arg1) |
| UndirectedEdgeBitSet | isCompBd (self) |
| None | isCompBd (self, UndirectedEdgeBitSet arg1) |
| int | optOutNumComponents (self) |
| None | optOutNumComponents (self, int_output arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| MeshComponents.ExpandToComponentsParams | operator (*args, **kwargs) |
| MeshComponents.ExpandToComponentsParams | operator (*args, **kwargs) |
Static Public Attributes | |
| MeshComponents | incidence .FaceIncidence |
Static Protected Attributes | |
| typing | _offsetof_cb = 24 |
| typing | _offsetof_coverRatio = 0 |
| typing | _offsetof_incidence = 4 |
| typing | _offsetof_isCompBd = 8 |
| typing | _offsetof_optOutNumComponents = 16 |
Generated from: MR::MeshComponents::ExpandToComponentsParams
|
static |
| None mrmeshpy.MeshComponents.ExpandToComponentsParams.__init__ | ( | self | ) |
| None mrmeshpy.MeshComponents.ExpandToComponentsParams.__init__ | ( | self, | |
| MeshComponents.ExpandToComponentsParams | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.MeshComponents.ExpandToComponentsParams.__init__ | ( | self, | |
| float | coverRatio, | ||
| MeshComponents.FaceIncidence | incidence, | ||
| UndirectedEdgeBitSet | isCompBd, | ||
| int_output | optOutNumComponents, | ||
| func_bool_from_float | cb ) |
Implicit aggregate constructor.
| float mrmeshpy.MeshComponents.ExpandToComponentsParams.coverRatio | ( | self | ) |
expands only if seeds cover at least this ratio of the component area <=0 - expands all seeds > 1 - none
| None mrmeshpy.MeshComponents.ExpandToComponentsParams.coverRatio | ( | self, | |
| float | arg1 ) |
| UndirectedEdgeBitSet mrmeshpy.MeshComponents.ExpandToComponentsParams.isCompBd | ( | self | ) |
optional predicate of boundaries between components
| None mrmeshpy.MeshComponents.ExpandToComponentsParams.isCompBd | ( | self, | |
| UndirectedEdgeBitSet | arg1 ) |
|
static |
|
static |
| int mrmeshpy.MeshComponents.ExpandToComponentsParams.optOutNumComponents | ( | self | ) |
optional output number of components
| None mrmeshpy.MeshComponents.ExpandToComponentsParams.optOutNumComponents | ( | self, | |
| int_output | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
static |