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
