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

Function main

scripts/fix_mesh.py:100–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98
99
100def main():
101 args = parse_args()
102 mesh = pymesh.meshio.load_mesh(args.in_mesh)
103
104 mesh = fix_mesh(mesh, detail=args.detail)
105
106 pymesh.meshio.save_mesh(args.out_mesh, mesh)
107
108 if args.timing:
109 pymesh.timethis.summarize()
110
111
112if __name__ == "__main__":

Callers 1

fix_mesh.pyFile · 0.70

Calls 5

fix_meshFunction · 0.85
summarizeMethod · 0.80
parse_argsFunction · 0.70
load_meshMethod · 0.45
save_meshMethod · 0.45

Tested by

no test coverage detected