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

Function main

scripts/dodecahedron_gen.py:24–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 return parser.parse_args();
23
24def main():
25 args = parse_args();
26 mesh = generate_dodecahedron(args.radius, center = args.center);
27 save_mesh(args.output_mesh, mesh);
28
29if __name__ == "__main__":
30 main();

Callers 1

Calls 3

generate_dodecahedronFunction · 0.90
save_meshFunction · 0.90
parse_argsFunction · 0.70

Tested by

no test coverage detected