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
17 lines
409 B
Plaintext
17 lines
409 B
Plaintext
puts "========"
|
|
puts "OCC28326"
|
|
puts "========"
|
|
puts ""
|
|
#################################################
|
|
# Checking invariant shapes in revolve is incomplete
|
|
#################################################
|
|
|
|
polyline w 0 0 0 10 0 0 10 5 0 0 0 0
|
|
nurbsconvert wn w
|
|
revol result wn 0 0 0 1 0 0 90
|
|
|
|
checkshape result
|
|
checkprops result -s 63.54
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|