surface smoothΒΆ

Usage

Run using mc_script surface smooth after installation or using ~ndcn0236/bin/mc_script surface smooth on jalapeno.

Import in python using from mcutils.scripts.surface import smooth

Documentation

Smooths the surface mesh

Similar to the wb_command implementation, but includes additional options for volume preservation. This difference is only really relevant for small meshes (i.e., with high curvature).

Functions

CLI interface

add_to_parser(parser)

Creates the parser of the command line arguments

run_from_args(args)

Runs script from command line arguments