mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-06-30 12:14:08 +03:00
Test-cases for issues #25441 and #26314 small correction Small corrections of test-cases for issues #25441 and #26314
23 lines
454 B
Plaintext
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
|