1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-06-30 12:14:08 +03:00
occt/tests/bugs/xde/bug25441
ink e2df45413e 0026314: Method SetShape working not correctly.
Test-cases for issues #25441 and #26314
small correction

Small corrections of test-cases for issues #25441 and #26314
2015-06-18 13:55:00 +03:00

23 lines
454 B
Plaintext

puts "========"
puts "OCC25441"
puts "========"
puts ""
###########################################################################
# XCAFDoc_ShapeTool::UpdateAssembly() does not update the back-references
###########################################################################
pload OCAFKERNEL
box b 0 0 0 1 1 1
psphere b1 10
NewDocument d
compound b c
compound c c1
XAddShape d c1 1
XShow d
XSetShape d 0:1:1:3 b1
XShow d
vfit
set only_screen 1