enum EPartRemoverThresholdType
Determines which kind of size threshold will be used when removing parts.
Values
| Key | Value | Comment |
|---|---|---|
| PhysicalSize | 0 | All objects with a diameter smaller than the actual world space size of the threshold will be removed. |
| OnScreenSize | 1 | All objects that are smaller than 1 pixel, when the scene is viewed at the selected OnScreenSize, will be removed. |
| PercentageOfSceneDiameter | 2 | All objects with a diameter smaller than the selected percentage of the scene diameter will be removed. |
| Key | Value | Comment |
|---|---|---|
| PhysicalSize | 0 | All objects with a diameter smaller than the actual world space size of the threshold will be removed. |
| OnScreenSize | 1 | All objects that are smaller than 1 pixel, when the scene is viewed at the selected OnScreenSize, will be removed. |
| PercentageOfSceneDiameter | 2 | All objects with a diameter smaller than the selected percentage of the scene diameter will be removed. |
| Key | Value | Comment |
|---|---|---|
| EPartRemoverThresholdType_PhysicalSize | 0 | All objects with a diameter smaller than the actual world space size of the threshold will be removed. |
| EPartRemoverThresholdType_OnScreenSize | 1 | All objects that are smaller than 1 pixel, when the scene is viewed at the selected OnScreenSize, will be removed. |
| EPartRemoverThresholdType_PercentageOfSceneDiameter | 2 | All objects with a diameter smaller than the selected percentage of the scene diameter will be removed. |
Simplygon 10.4.169.0