mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-08-10 08:19:37 +08:00
4151c94d20
RWObj_Reader and RWObj_CafReader - added new classes reading triangulation from OBJ file.
10 lines
298 B
Plaintext
10 lines
298 B
Plaintext
puts "========"
|
|
puts "0029296: Data Exchange - implement import of mesh data from files in OBJ format"
|
|
puts "Ship model with transparent windows"
|
|
puts "========"
|
|
|
|
ReadObj D [locate_data_file ship_boat.obj]
|
|
XGetOneShape s D
|
|
checknbshapes s -face 2359 -compound 2
|
|
checktrinfo s -tri 27297 -nod 40496
|