]> OCCT Git - occt-copy.git/commit
0024564: Select3D_SensitiveFace gives inaccurate picking depth for AIS_Plane (interio...
authorapl <apl@opencascade.com>
Fri, 24 Jan 2014 07:01:42 +0000 (11:01 +0400)
committerabv <abv@opencascade.com>
Tue, 25 Mar 2014 12:10:07 +0000 (16:10 +0400)
commit60986042ab231f80f4a1952c924fa8056b16633a
treea25e18c8470da978a9e57cf7991a4c24eef8fd71
parent5d531b8303fc24e2e5fd5b171ec838228e2ab082
0024564: Select3D_SensitiveFace gives inaccurate picking depth for AIS_Plane (interior selection)

1) Used more accurate Select3D_SensitiveTriangulation instead of Select3D_SensitiveFace for rectangular sensitives in AIS_Plane::ComputeSelection, AIS_Dimension::ComputeSelection
2) Test case for CR24564
src/AIS/AIS_Dimension.cxx
src/AIS/AIS_Plane.cdl
src/AIS/AIS_Plane.cxx
tests/bugs/vis/bug24564 [new file with mode: 0644]