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)
committerbugmaster <bugmaster@opencascade.com>
Thu, 30 Jan 2014 09:39:14 +0000 (13:39 +0400)
commit51f8f60c7ab64207460dd669610b4da335320a0b
treec5d28e6fe7b0ed7927d3d2f9cdc8df7b61cbc10e
parentbe7c077ac5ea6c5517e5e9c561f7e62cf85579c1
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]