1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00
occt/tests/bugs/modalg_5/bug25818
ski 5747059b21 0026833: Create command checkview containing all viewer types
Created command checkview for displaying shapes.
2016-02-05 11:14:37 +03:00

19 lines
470 B
Plaintext
Executable File

puts "============"
puts "OCC25818"
puts "============"
puts ""
#######################################################################
# IntTools_FaceFace throws Standard_ConstructionError with two unbounded planes
#######################################################################
plane pn1 0 0 0 0 0 1 1 0 0
plane pn2 0 0 0 1 0 0 0 1 0
mkface f1 pn1
mkface f2 pn2
bopcurves f1 f2
smallview
fit
checkview -screenshot -2d -path ${imagedir}/${test_image}.png