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_2/bug23367_13
ski 5747059b21 0026833: Create command checkview containing all viewer types
Created command checkview for displaying shapes.
2016-02-05 11:14:37 +03:00

30 lines
713 B
Plaintext
Executable File

puts "============"
puts "CR23367"
puts "============"
puts ""
##########################################################################################################
# New functionality restoring the middle path of pipe-like shape
##########################################################################################################
polyline pp 0 0 0 10 0 0 20 10 0 20 20 0
polyline sp 0 0 0 0 0 100 -50 50 200 -100 100 100
mksweep sp
addsweep pp
buildsweep a -R
explode a e
wire w1 a_2 a_5 a_8
wire w2 a_24 a_27 a_30
donly a w1 w2
fit
middlepath result a w1 w2
checkprops result -l 352.512
checkshape result
checksection result
checkview -display result -2d -path ${imagedir}/${test_image}.png