]> OCCT Git - occt.git/commit
0029691: Constructor of BRepFill_MultiLine adjusts V-parameter of sphere in the range...
authornbv <nbv@opencascade.com>
Thu, 12 Apr 2018 08:10:22 +0000 (11:10 +0300)
committerbugmaster <bugmaster@opencascade.com>
Thu, 14 Jun 2018 11:03:04 +0000 (14:03 +0300)
commitef33df518a21aceb02edfc2374197bf24e84ef56
tree67735be460b2a9bfcbc8b741eacadf717c270204
parent7e4ff648982ab30f1c564dba734027c0ef7300d2
0029691: Constructor of BRepFill_MultiLine adjusts V-parameter of sphere in the range -PI/2 ... +PI/2 mistakenly.

1. Sphere is not V-periodic surface. See the section "Periodicity concept" written in frame of the fix 0029115. Therefore, applying ElCLib::AdjustPeriodic(...) method is unreasonable.

2. Default U work range of sphere is 0 ... 2*PI. Therefore, adjusting U parameter in range -PI/2 ... +PI/2 is unreasonable.
src/BRepFill/BRepFill_MultiLine.cxx