Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, UniteComponentsParams arg0) |
| None | __init__ (self, UniteManyMeshesParams baseParams, float expansionRatio, bool flipInverted, bool trySelfBoolean) |
| UniteManyMeshesParams | baseParams (self) |
| None | baseParams (self, UniteManyMeshesParams arg1) |
| float | expansionRatio (self) |
| None | expansionRatio (self, float arg1) |
| bool | flipInverted (self) |
| None | flipInverted (self, bool arg1) |
| bool | trySelfBoolean (self) |
| None | trySelfBoolean (self, bool arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| UniteComponentsParams | operator (*args, **kwargs) |
| UniteComponentsParams | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_baseParams = 0 |
| typing | _offsetof_expansionRatio = 64 |
| typing | _offsetof_flipInverted = 68 |
| typing | _offsetof_trySelfBoolean = 69 |
Generated from: MR::UniteComponentsParams Parameters structure for uniteComponents function
|
static |
| None mrmeshpy.UniteComponentsParams.__init__ | ( | self | ) |
| None mrmeshpy.UniteComponentsParams.__init__ | ( | self, | |
| UniteComponentsParams | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.UniteComponentsParams.__init__ | ( | self, | |
| UniteManyMeshesParams | baseParams, | ||
| float | expansionRatio, | ||
| bool | flipInverted, | ||
| bool | trySelfBoolean ) |
Implicit aggregate constructor.
| UniteManyMeshesParams mrmeshpy.UniteComponentsParams.baseParams | ( | self | ) |
Basic parameters of multi unite
| None mrmeshpy.UniteComponentsParams.baseParams | ( | self, | |
| UniteManyMeshesParams | arg1 ) |
| float mrmeshpy.UniteComponentsParams.expansionRatio | ( | self | ) |
Per component expansion ratio, if !=0 each component is expanded on 1+expRatio around its own centroid
| None mrmeshpy.UniteComponentsParams.expansionRatio | ( | self, | |
| float | arg1 ) |
| bool mrmeshpy.UniteComponentsParams.flipInverted | ( | self | ) |
If enabled flips orientation for componentns with negative volume
| None mrmeshpy.UniteComponentsParams.flipInverted | ( | self, | |
| bool | arg1 ) |
|
static |
|
static |
| bool mrmeshpy.UniteComponentsParams.trySelfBoolean | ( | self | ) |
Try experimental self-boolean for each component not recommended yet TODO: update when self-boolean is finalized
| None mrmeshpy.UniteComponentsParams.trySelfBoolean | ( | self, | |
| bool | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |