mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Check for bspline and bezier curves coinciding with the axis of rotation. Minor correction of test case bugs/modalg_6/bug28003
16 lines
439 B
Plaintext
16 lines
439 B
Plaintext
puts "========"
|
|
puts "OCC28003"
|
|
puts "========"
|
|
puts ""
|
|
#################################################
|
|
# Cannot revolve a face with a straight B-spline edge lying on axis of revolution
|
|
#################################################
|
|
|
|
restore [locate_data_file bug28003_Surf_Bezier.brep] s
|
|
revol result s 0 0 0 0 0 1 360
|
|
|
|
checkshape result
|
|
checkprops result -s 129536
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|