1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
anv e837b3a26c 0029662: Modeling Data - Allow replacement of Compounds via BRepTools_ReShape
- Fixed condition to allow proceeding of nested compounds;
- Added new key to "reshape" draw command to state a level of type until which requests are taken into account;
- Test case added.
2019-08-23 16:56:39 +03:00

19 lines
479 B
Plaintext

puts "==========="
puts "0029662"
puts "==========="
puts ""
########################################################
# Allow replacement of Compounds via BRepTools_ReShape
########################################################
box b1 10 10 10
box b2 10 0 0 10 10 10
box b3 0 0 10 10 10 10
box b4 10 0 10 10 10 10
box b5 20 0 0 10 10 10
compound b1 b2 c1
compound b3 b4 c2
compound c1 c2 c
compound b5 c3
reshape res c -replace c2 c3 -until compound
checknbshapes res -solid 3