mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
VrmlData_ShapeConvert::ConvertDocument() now handles reference labels within free shapes in the document.
14 lines
364 B
Plaintext
14 lines
364 B
Plaintext
puts "================"
|
|
puts "0030411: Data Exchange - attached model is exported as empty JT and VRML file"
|
|
puts "================"
|
|
puts ""
|
|
|
|
pload XDE VISUALIZATION
|
|
restore [locate_data_file bug27821_nullsurf.brep] s
|
|
explode s F
|
|
XNewDoc D
|
|
XAddShape D s_6 0
|
|
WriteVrml D $imagedir/${casename}.wrl
|
|
loadvrml w $imagedir/${casename}.wrl
|
|
checktrinfo w -tri 18 -nod 20
|