Coverage for /Users/rick/workspace/numpy-stl/stl/main.py : 100%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
default=sys.stdin, help='STL file to read') default=sys.stdout, help='STL file to write') '-n', '--use-file-normals', action='store_true', help='Read the normals from the file instead of recalculating them') '-r', '--remove-empty-areas', action='store_true', help='Remove areas with 0 surface areas to prevent errors during ' 'normal calculation') help='Disable Cython speedups')
args.name, getattr(args.outfile, 'name', None), getattr(args.infile, 'name', None), 'numpy-stl-%06d' % random.randint(0, 1e6), ]
help='Write ASCII file (default is binary)') help='Force binary file (for TTYs)')
fh=args.infile, calculate_normals=False, remove_empty_areas=args.remove_empty_areas, speedups=not args.disable_speedups)
else:
update_normals=not args.use_file_normals)
calculate_normals=False, remove_empty_areas=args.remove_empty_areas, speedups=not args.disable_speedups) update_normals=not args.use_file_normals)
calculate_normals=False, remove_empty_areas=args.remove_empty_areas, speedups=not args.disable_speedups) update_normals=not args.use_file_normals)
|