mesh:decimate mesh
Version: 0.0.0
Description
Decimate a meshed region
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | mesh | abstract_meshed_region | Mesh to decimate |
| Pin 1 | preservation_ratio | double | Target ratio of elements to preserve, the actual number of elements preserved might differ. Default value is 0.5. |
| Pin 2 | aggressiveness | int32 | Quality measure for the resulting decimated mesh. Lower aggresiveness will provide a higher quality mesh with the tradeoff of higher execution time. Value range is 0 to 150, default is 0. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | mesh | abstract_meshed_region | Decimated mesh with triangle elements |
Configurations
| Name | Expected type(s) | Default value | Description |
|---|---|---|---|
| mutex | bool | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
Scripting
Category: mesh
Plugin: mesh
Scripting name: None
Full name: None
Internal name: decimate_mesh
License: None
Changelog
- Version 0.0.0: Initial release.