Skip to main content

mesh:decimate mesh

Version: 0.0.0

Description

Decimate a meshed region

Inputs

InputNameExpected type(s)Description
Pin 0
Required
meshabstract_meshed_regionMesh to decimate
Pin 1preservation_ratiodoubleTarget ratio of elements to preserve, the actual number of elements preserved might differ. Default value is 0.5.
Pin 2aggressivenessint32Quality 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

OutputNameExpected type(s)Description
Pin 0meshabstract_meshed_regionDecimated mesh with triangle elements

Configurations

NameExpected type(s)Default valueDescription
mutexboolfalseIf 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.