Skip to content

Commit e622a91

Browse files
authored
add RawArray format
1 parent 42255b8 commit e622a91

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
@@ -210,3 +210,5 @@ add_format(format"STL_ASCII", detect_stlascii, [".stl", ".STL"], [:MeshIO])
210210
add_format(format"STL_BINARY", detect_stlbinary, [".stl", ".STL"], [:MeshIO])
211211

212212
add_format(format"ABAQUS_INP", (), [".inp"], [:MeshIO])
213+
214+
add_format(format"RawArray", [0x61,0x72,0x61,0x77,0x72,0x72,0x79,0x61], ".ra", [:RawArray])

0 commit comments

Comments
 (0)