Parameters structure for uniteComponents function Generated from class MR.UniteComponentsParams. This is the const half of the class.
More...
|
| virtual unsafe void | Dispose (bool disposing) |
|
| 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.
|
Parameters structure for uniteComponents function Generated from class MR.UniteComponentsParams. This is the const half of the class.
◆ Const_UniteComponentsParams() [1/5]
| unsafe MR.Const_UniteComponentsParams.Const_UniteComponentsParams |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Const_UniteComponentsParams() [2/5]
| unsafe MR.Const_UniteComponentsParams.Const_UniteComponentsParams |
( |
MR._ByValue_UniteManyMeshesParams | baseParams, |
|
|
float | expansionRatio, |
|
|
bool | flipInverted, |
|
|
bool | trySelfBoolean ) |
|
inline |
◆ Const_UniteComponentsParams() [3/5]
| unsafe MR.Const_UniteComponentsParams.Const_UniteComponentsParams |
( |
MR._ByValue_UniteComponentsParams | _other | ) |
|
|
inline |
◆ Const_UniteComponentsParams() [4/5]
◆ Const_UniteComponentsParams() [5/5]
◆ Dispose() [1/2]
| virtual void MR.Const_UniteComponentsParams.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.Const_UniteComponentsParams.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ __ref_storage_expansionRatio
| unsafe float* MR.Const_UniteComponentsParams.__ref_storage_expansionRatio |
|
protected |
◆ __ref_storage_flipInverted
| unsafe bool* MR.Const_UniteComponentsParams.__ref_storage_flipInverted |
|
protected |
◆ __ref_storage_trySelfBoolean
| unsafe bool* MR.Const_UniteComponentsParams.__ref_storage_trySelfBoolean |
|
protected |
◆ baseParams
Basic parameters of multi unite.
◆ expansionRatio
| unsafe float MR.Const_UniteComponentsParams.expansionRatio |
|
get |
Per component expansion ratio, if !=0 each component is expanded on 1+expRatio around its own centroid.
◆ flipInverted
| unsafe bool MR.Const_UniteComponentsParams.flipInverted |
|
get |
If enabled flips orientation for componentns with negative volume.
◆ trySelfBoolean
| unsafe bool MR.Const_UniteComponentsParams.trySelfBoolean |
|
get |
Try experimental self-boolean for each component not recommended yet TODO: update when self-boolean is finalized.
The documentation for this class was generated from the following file: