1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/step/bug3883_5
apv 9c80aadfd8 0003883: Problems of reading colors and layers in XDEDRAWEXE
# Test cases bugs/step/bug3883_1, bug3883_2, bug3883_3, bug3883_4, bug3883_5 creation
2017-06-15 11:37:34 +03:00

23 lines
562 B
Plaintext

puts "======="
puts "OCC3883"
puts "======="
puts ""
#######################################################
# Problems of reading colors and layers in XDEDRAWEXE
#######################################################
set theColors ""
set theLayers ""
ReadStep D [locate_data_file bug3883_xr2-ct-214_rod.stp]
set theColors [XGetAllColors D]
set theLayers [XGetAllLayers D]
if {$theColors == ""} {
puts "ERROR: OCC3883 is reproduced. Colors have not been read."
}
if {$theLayers == ""} {
puts "ERROR: OCC3883 is reproduced. Layers have not been read."
}