mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
26 lines
740 B
Plaintext
Executable File
26 lines
740 B
Plaintext
Executable File
puts "============"
|
|
puts "OCC23824"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# Bad results of sweep operation when a path curve has unpredictable torsion along its way.
|
|
#######################################################################
|
|
|
|
set BugNumber OCC23824
|
|
|
|
restore [locate_data_file bug23824_AXE.brep] spine
|
|
restore [locate_data_file bug23824_profil.brep] profile
|
|
|
|
wire spine spine
|
|
|
|
mksweep spine
|
|
setsweep -DT
|
|
addsweep profile
|
|
buildsweep result
|
|
|
|
checkprops result -s 516.633
|
|
checkshape result
|
|
|
|
checknbshapes result -vertex 8 -edge 10 -wire 3 -face 3 -shell 1 -solid 0 -compsolid 0 -compound 0 -shape 25
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|