Skip to content

Commit 1285fc8

Browse files
authored
Merge pull request #117 from davidssmith/patch-1
add RawArray format
2 parents b3dcfb1 + e622a91 commit 1285fc8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/registry.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,3 +230,5 @@ add_format(format"STL_ASCII", detect_stlascii, [".stl", ".STL"], [:MeshIO])
230230
add_format(format"STL_BINARY", detect_stlbinary, [".stl", ".STL"], [:MeshIO])
231231

232232
add_format(format"ABAQUS_INP", (), [".inp"], [:MeshIO])
233+
234+
add_format(format"RawArray", [0x61,0x72,0x61,0x77,0x72,0x72,0x79,0x61], ".ra", [:RawArray])

0 commit comments

Comments
 (0)