mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
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
26 lines
445 B
Plaintext
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
|