1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/xde/bug23921
gka d4a2c5155a 0023921: IGES reader cannot map subshapes colors inside nested assemblies
Modification to avoid creation of redundant labels in XCAF for any shapes  belonging compound even if colors are not defined for them.
Fix to avoid compiler warning.
Fix for regression for test case de iges_2 A6
Test case for issue CR23921
2013-12-06 13:10:40 +04:00

26 lines
445 B
Plaintext

puts "============"
puts "OCC23921"
puts "============"
puts ""
#################################################################
# IGES reader cannot map subshapes colors inside nested assemblies
#################################################################
pload DCAF
NewDocument D XmlXCAF
ReadIges D [locate_data_file bug23921_case2.igs]
#XShow D
#
XGetOneShape result D
vinit
vsetdispmode 1
vdisplay result
vfit
set only_screen 1