1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/modalg_8/bug33328_1
jfa e375bd7c3e Modeling Algorithms - UnifySameDomain improvement #371
Extend ShapeUpgrade_UnifySameDomain algorithm working on cases,
  where SurfaceOfRevolution or SurfaceOfLinearExtrusion was made on basis of TrimmedCurve.
Original issue: 0033328
2025-02-17 14:12:49 +00:00

17 lines
457 B
Plaintext

puts "================================"
puts "0033328: Modeling Algorithms - UnifySameDomain improvement"
puts "================================"
puts ""
restore [locate_data_file bug33328_Shell_1.brep] shell
numshapes shell
checknbshapes shell -vertex 6 -edge 7 -wire 2 -face 2 -shell 1 -solid 0
unifysamedom res shell
#Warning: BRepTools_ReShape::Replace: shape already recorded
checknbshapes res -vertex 4 -edge 4 -wire 1 -face 1 -shell 1 -solid 0