]> OCCT Git - occt-copy.git/commit
0026209: Visualization - provide a method to fit view to the specific bounding box
authorvpa <vpa@opencascade.com>
Thu, 14 May 2015 16:32:05 +0000 (19:32 +0300)
committerabv <abv@opencascade.com>
Fri, 21 Aug 2015 07:59:05 +0000 (10:59 +0300)
commitc8dad3b06c1bcefcc3ba3483d3afb012251013bc
tree4769705f15f17a194676a0e08852e3c6d541487b
parent6d3066d9b846483c8b8110e54e419fcf04051202
0026209: Visualization - provide a method to fit view to the specific bounding box

Methods V3d_View::FitAll and NIS_View::FitAll3d now take arbitrary bounding box as a parameter;
Option -selected added to vfit command to fit only selected entities in Draw;
F key press now fits selected objects if any by default.
15 files changed:
src/AIS/AIS_InteractiveContext.cdl
src/AIS/AIS_InteractiveContext.cxx
src/AIS/AIS_InteractiveContext_1.cxx
src/AIS/AIS_LocalContext.cxx
src/AIS/AIS_LocalContext.lxx
src/AIS/AIS_LocalContext_1.cxx
src/SelectMgr/FILES
src/SelectMgr/SelectMgr.cdl
src/SelectMgr/SelectMgr_IndexedMapOfOwner.hxx [new file with mode: 0644]
src/SelectMgr/SelectMgr_SelectableObject.cdl
src/SelectMgr/SelectMgr_SelectableObject.cxx
src/V3d/V3d_View.cdl
src/V3d/V3d_View.cxx
src/ViewerTest/ViewerTest_ViewerCommands.cxx
tests/bugs/vis/bug26209 [new file with mode: 0644]