1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/xde/bug30409
kgv 7803c28d96 0030409: Data Exchange - exception during VRML file export
VrmlData_ShapeConvert::addShape() - handle case when parent node is NULL.
2018-12-14 12:07:56 +03:00

15 lines
332 B
Plaintext

puts "================"
puts "0030409: Data Exchange - e x c e p t i o n during VRML file export"
puts "================"
puts ""
pload XDE MODELING VISUALIZATION
box b 1 2 3
incmesh b 1
explode b F
XNewDoc D
XAddShape D b_1 0
WriteVrml D $imagedir/${casename}.wrl
loadvrml w $imagedir/${casename}.wrl
checktrinfo w -tri 2 -nod 4