occt: master d4efee2b

Author Committer Branch Timestamp Parent
nds bugmaster master 2018-01-29 08:19:36 master 06084bb8
Affected Issues  0029356: Modeling Algorithms - GCPnts_TangentialDeflection hangs on specific curve
Changeset 0029356: Modeling Algorithms - GCPnts_TangentialDeflection hangs on specific curve

While UV Iso parameters are obtained in StdPrs_Isolines, UV limits should be applied only if face bounds has infinite values.
In the issue case, the UV values are greater than UVLimits and not infinite. This fix makes possible to have correct Iso lines in presentation without modification of UV limits beforehead.
mod - src/StdPrs/StdPrs_Isolines.cxx Diff File
add - tests/v3d/face/G1 Diff File
add - tests/v3d/face/G2 Diff File
add - tests/v3d/face/G3 Diff File
add - tests/v3d/face/G4 Diff File