]> OCCT Git - occt-copy.git/commit
0030679: Attached model hangs most of OCCT common functionality
authormsv <msv@opencascade.com>
Mon, 13 May 2019 13:19:35 +0000 (16:19 +0300)
committernds <nds@opencascade.com>
Fri, 17 May 2019 13:01:31 +0000 (16:01 +0300)
commitd6ddb0d062fe7d753a1eae9da39b1ffa8f0df176
treeec99dce29285d5fed41b00eb46f2bdf054522f30
parentfd6003fb87a7a5d8c5030f65ac0c5f383b85807e
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).

(cherry picked from commit 4811214cc04f1332f129970d4c818d6ecc9a868a)
src/GeomEvaluator/GeomEvaluator_OffsetSurface.cxx
src/ShapeAnalysis/ShapeAnalysis_Surface.cxx
tests/bugs/modalg_7/bug30679 [new file with mode: 0644]