1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
mzernova 174b985fd5 GLTF Export - Edge and Vertex support #243
Added functionality to export TopoDS_Vertex and TopoDS_Edge to GLTF format
2025-02-02 21:25:53 +00:00

23 lines
442 B
Plaintext

puts "========"
puts "278: Data Exchange, Fail to export to GLTF with draco buffer index out of bounds"
puts "========"
vclear
vclose ALL
Close *
set aTmpGltf "${imagedir}/${casename}_tmp.glb"
ReadStep D [locate_data_file "bug31670_russian.stp"]
XGetOneShape s D
incmesh s 0.1
XNewDoc D
XAddShape D s
WriteGltf D "$aTmpGltf" -draco -mergefaces
ReadGltf D1 "$aTmpGltf"
XGetOneShape s1 D1
checknbshapes s1 -face 11 -compound 10 -shape 21