1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/modalg_7/bug30679
msv 4811214cc0 0030679: Attached model hangs most of OCCT common functionality
Evaluator of offset surface has been protected against evaluation at infinite parameters. Now it throws exception when evaluating such data.

The methods IsUClosed and IsVClosed of the class ShapeAnalysis_Surface have been corrected to avoid evaluation of the surface at infinite parameters (fighting with regressions "parasolid doc_3 E3" and "parasolid doc_2 A3" in products).
2019-05-16 19:46:25 +03:00

13 lines
285 B
Plaintext

puts "========"
puts "0030679: Attached model hangs most of OCCT common functionality"
puts "========"
puts ""
puts "REQUIRED ALL: Evaluation of infinite parameters"
restore [locate_data_file bug30679_face.brep] a
pcurve a
2dcvalue a_4 1 u v
mksurface s a
catch {svalue s u v x y z}