View Revisions: Issue #26509 |
[ All Revisions ] [ Back to Issue ] |
Summary |
0026509: Intersection algorithm produces set of curves providing closed contour in 3D-space and not closed contour in 2D-space |
|
Revision |
2018-10-24 11:30 by nbv |
|
Description |
Intersection algorithm produces set of curves providing closed contour in 3D-space and not closed contour in 2D-space.
The reason of this fact is in incorrect adjusting of some segment (part of full intersection result) going completely along the boundary to the opposite boundary shifted by period.
In other words, the segment must go (in 2D-space) along the U-isoline U=0 but intersector returns this segment along the the U-isoline U=2*PI.
See the attached file Shifted 2D-curve.PNG |
|
Revision |
2015-07-31 13:31 by pkv |
|
Description |
Wrong intersection curve(s) obtained for pair of faces.
|