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

Function parse_args

scripts/map_to_sphere.py:16–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14import scipy.sparse
15
16def parse_args():
17 parser = argparse.ArgumentParser(__doc__);
18 parser.add_argument("input_mesh");
19 parser.add_argument("output_mesh");
20 return parser.parse_args();
21
22def generate_tet_mesh(mesh):
23 bbox_min, bbox_max = mesh.bbox;

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected