mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-06 18:26:22 +03:00
Fixed problem with texted types Added checking for null string for subfigure via XCAF transferring
17 lines
285 B
Plaintext
17 lines
285 B
Plaintext
puts "============"
|
|
puts "0033327: Data Exchange, IGES Import - SubfigureDef can't read string"
|
|
puts "============"
|
|
|
|
pload DCAF
|
|
|
|
Close D -silent
|
|
|
|
ReadIges D [locate_data_file "bug33327.igs"]
|
|
vclear
|
|
vinit View1
|
|
XDisplay -dispMode 1 D
|
|
vfit
|
|
vdump "$imagedir/${casename}_src.png"
|
|
|
|
Close D
|