Parameters structure for uniteComponents function Generated from class MR.UniteComponentsParams. This is the non-const half of the class. More...
Properties | |
| new unsafe MR.UniteManyMeshesParams | baseParams [get, protected set] |
| Basic parameters of multi unite. | |
| new unsafe ref float | expansionRatio [get] |
| Per component expansion ratio, if !=0 each component is expanded on 1+expRatio around its own centroid. | |
| new unsafe ref bool | flipInverted [get] |
| If enabled flips orientation for componentns with negative volume. | |
| new unsafe ref bool | trySelfBoolean [get] |
| Try experimental self-boolean for each component not recommended yet TODO: update when self-boolean is finalized. | |
| Properties inherited from MR.Const_UniteComponentsParams | |
| unsafe MR.Const_UniteManyMeshesParams | baseParams [get, protected set] |
| Basic parameters of multi unite. | |
| unsafe float | expansionRatio [get] |
| Per component expansion ratio, if !=0 each component is expanded on 1+expRatio around its own centroid. | |
| unsafe bool | flipInverted [get] |
| If enabled flips orientation for componentns with negative volume. | |
| unsafe bool | trySelfBoolean [get] |
| Try experimental self-boolean for each component not recommended yet TODO: update when self-boolean is finalized. | |
Additional Inherited Members | |
| Protected Member Functions inherited from MR.Const_UniteComponentsParams | |
| virtual unsafe void | Dispose (bool disposing) |
| Protected Attributes inherited from MR.Const_UniteComponentsParams | |
| unsafe float * | __ref_storage_expansionRatio |
| unsafe bool * | __ref_storage_flipInverted |
| unsafe bool * | __ref_storage_trySelfBoolean |
Parameters structure for uniteComponents function Generated from class MR.UniteComponentsParams. This is the non-const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Constructs MR.UniteComponentsParams elementwise.
|
inline |
Generated from constructor MR.UniteComponentsParams.UniteComponentsParams.
|
inline |
Generated from constructor MR.UniteComponentsParams.UniteComponentsParams.
|
inline |
Generated from constructor MR.UniteComponentsParams.UniteComponentsParams.
|
inline |
Generated from method MR::UniteComponentsParams::operator=.
|
getprotected set |
Basic parameters of multi unite.
|
get |
Per component expansion ratio, if !=0 each component is expanded on 1+expRatio around its own centroid.
|
get |
If enabled flips orientation for componentns with negative volume.
|
get |
Try experimental self-boolean for each component not recommended yet TODO: update when self-boolean is finalized.