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

Function main

scripts/icosphere_gen.py:27–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 return parser.parse_args();
26
27def main():
28 args = parse_args();
29 mesh = generate_icosphere(args.radius,
30 center = args.center,
31 refinement_order = args.refinement);
32 save_mesh(args.output_mesh, mesh);
33
34if __name__ == "__main__":
35 main();

Callers 1

icosphere_gen.pyFile · 0.70

Calls 3

generate_icosphereFunction · 0.90
save_meshFunction · 0.90
parse_argsFunction · 0.70

Tested by

no test coverage detected