Workspace 6.21.5
|
Smooth a MeshModelInterface, reducing the jagged-ness of its surface. There are multiple methods available for smoothing, and the operation allows the user to select which one they'd like to use.
Inputs: | |||
---|---|---|---|
MeshModelInterface | Modified-in-place | CSIRO::Mesh::MeshModelInterface | |
Smooth method | CSIRO::Mesh::SmoothMeshMethod | ||
Smooth factor | double | Higher values result in a smoother surface, but may result in a greater loss of detail. | |
Smooth iterations | int | More iterations of smoothing can result in a more refined surface. Note that more interations will require additional computational resources. | |
Preserve free edges | bool | If enabled, free (non-manifoled) edges are preserved in the smoothing operation. | |
Save node states | bool | The values of node states are preserved (and also smoothed) in the final mesh. | |
Outputs: | |||
MeshModelInterface | CSIRO::Mesh::MeshModelInterface |