mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
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).
13 lines
285 B
Plaintext
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}
|