1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
kgv 4151c94d20 0029296: Data Exchange - implement import of mesh data from files in OBJ format
RWObj_Reader and RWObj_CafReader - added new classes reading triangulation from OBJ file.
2019-06-21 18:19:09 +03:00

10 lines
293 B
Plaintext

puts "========"
puts "0029296: Data Exchange - implement import of mesh data from files in OBJ format"
puts "Small textured airplane model"
puts "========"
ReadObj D [locate_data_file "P-51 Mustang.obj"]
XGetOneShape s D
checknbshapes s -face 14 -compound 1
checktrinfo s -tri 4309 -nod 4727