0003883: Problems of reading colors and layers in XDEDRAWEXE
[occt.git] / tests / bugs / step / bug3883_4
CommitLineData
9c80aadf 1puts "======="
2puts "OCC3883"
3puts "======="
4puts ""
5#######################################################
6# Problems of reading colors and layers in XDEDRAWEXE
7#######################################################
8
9set theColors ""
10set theLayers ""
11
12ReadStep D [locate_data_file bug3883_xr2-ct-214_plate.stp]
13
14set theColors [XGetAllColors D]
15set theLayers [XGetAllLayers D]
16
17if {$theColors == ""} {
18 puts "ERROR: OCC3883 is reproduced. Colors have not been read."
19}
20if {$theLayers == ""} {
21 puts "ERROR: OCC3883 is reproduced. Layers have not been read."
22}