MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / parse_args

Function parse_args

scripts/highlight_nonmanifoldness.py:11–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9import pymesh
10
11def parse_args():
12 parser = argparse.ArgumentParser(description=__doc__);
13 parser.add_argument("--debug-output", default=None, help="output debug mesh");
14 parser.add_argument("input_mesh", help="input mesh");
15 parser.add_argument("output_mesh", help="output mesh");
16 return parser.parse_args();
17
18def main():
19 args = parse_args();

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected