mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
BRepFill_TrimShellCorner::CheckAndOrientEdges() - When orienting next edge in a sequence take into account the Orientation of the previous edge. Test cases for the issue.
19 lines
436 B
Plaintext
19 lines
436 B
Plaintext
puts "========"
|
|
puts "0030817: Modeling Algorithms - BRepOffsetAPI_MakePipeShell produces invalid result"
|
|
puts "========"
|
|
puts ""
|
|
|
|
binrestore [locate_data_file bug30794_shapes.bin] c
|
|
explode c
|
|
|
|
mksweep c_1
|
|
addsweep c_2
|
|
buildsweep result -C -S
|
|
|
|
checkshape result
|
|
|
|
checkprops result -s 1.44508e+06 -v 1.78664e+07
|
|
checknbshapes result -wire 7 -face 7 -shell 1 -solid 1 -t
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|