]> 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)
committeremv <emv@opencascade.com>
Mon, 24 Jun 2019 12:42:09 +0000 (15:42 +0300)
commitfab019f84dc4fab93e2ab347530741c46413d89d
treef96396ebac05663e4992fdd7f06d8b449abcd0bc
parentb29757ecc4d975d5bc73ad3319cf5ee33bfc4079
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).
src/GeomEvaluator/GeomEvaluator_OffsetSurface.cxx
src/ShapeAnalysis/ShapeAnalysis_Surface.cxx
tests/bugs/modalg_7/bug30679 [new file with mode: 0644]