mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Correction of 2d tolerance calculation for BSpline/Bezier surfaces Test cases are corrected according to current behavior of algorithm
15 lines
352 B
Plaintext
15 lines
352 B
Plaintext
|
|
puts "========"
|
|
puts "OCC28722"
|
|
puts "========"
|
|
puts ""
|
|
########################################################################
|
|
# Conversion of a spherical face to a spline produces an invalid shape
|
|
########################################################################
|
|
|
|
restore [locate_data_file bug28722_s.brep] s
|
|
|
|
nurbsconvert r s
|
|
|
|
checkshape r
|