diff --git a/meshio/stl/_stl.py b/meshio/stl/_stl.py index 9421c9d41..61715b184 100644 --- a/meshio/stl/_stl.py +++ b/meshio/stl/_stl.py @@ -221,14 +221,24 @@ def _binary(filename, points, cells): msg += (79 - len(msg)) * "X" msg += "\n" fh.write(msg.encode("utf-8")) + + dtype = np.dtype( + [ + ("normal", ("