1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
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
517 B
Plaintext

puts "================"
puts "CR24028"
puts "================"
puts ""
#######################################################################
# It is impossible to create a face based on Geom_RectangularTrimmedSurface by standard methods
#######################################################################
beziercurve cc 3 0 0 -10 1 20 0 0 10 0 0 10 1
revsurf ss cc 0 0 0 0 0 1
trimu ts ss 0 pi
mkface result ts
checkprops result -s 1222.58
checkview -display result -2d -path ${imagedir}/${test_image}.png