mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Added DRAW command and test case for detection of inconsistent update of B-Spline surface cache
13 lines
439 B
Plaintext
13 lines
439 B
Plaintext
puts "# ======================================================================"
|
|
puts "# 0030990: Foundation Classes - unexpected change in numerical results on bsplines after 0029769"
|
|
puts "# ======================================================================"
|
|
puts ""
|
|
|
|
pload QAcommands
|
|
|
|
restore [locate_data_file bug30990.brep] face
|
|
mksurface surf face
|
|
|
|
puts "Check consistency of evaluation of BSpline surface at knots"
|
|
OCC30990 surf
|