1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-06-05 11:24:17 +03:00
occt/tests/bugs/xde/bug26314
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

24 lines
449 B
Plaintext

puts "========"
puts "OCC26314"
puts "========"
puts ""
############################################################
# Method XCAFDoc_ShapeTool::SetShape() works not correctly
############################################################
pload OCAFKERNEL
box b 0 0 0 1 1 1
box b1 -10 -10 -10 10 10 10
box b2 1 1 1 10 10 10
NewDocument d
compound b1 c1
XAddShape d b 1
XAddShape d c1 1
XShow d
XSetShape d 0:1:1:3 b2
XShow d
vfit
set only_screen 1