mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
BRepFill_TrimShellCorner.cxx - setting correct orientation for NewEdge tests/pipe/bugs/bug32818 - new test case added
18 lines
379 B
Plaintext
18 lines
379 B
Plaintext
puts "========"
|
|
puts "0032818: Modeling Algorithms - Result of sweep operation is invalid"
|
|
puts "========"
|
|
puts ""
|
|
|
|
restore [locate_data_file bug32818.brep]
|
|
explode bug32818
|
|
renamevar bug32818_1 p
|
|
renamevar bug32818_2 pr
|
|
|
|
mksweep p
|
|
setsweep -CF
|
|
addsweep pr
|
|
|
|
buildsweep result -R -S
|
|
|
|
checkshape result
|
|
checknbshapes result -vertex 80 -edge 160 -wire 80 -face 80 -shell 1 -solid 1 |