1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-09-13 14:27:08 +03:00

0028031: Visualization, TKV3d - do not use height/width ratio of window during V3d_View::FitAll()

This commit is contained in:
osa
2016-10-31 17:08:37 +03:00
committed by apn
parent 62ef08dfc8
commit 434ffc0909
2 changed files with 13 additions and 35 deletions

View File

@@ -982,11 +982,6 @@ private:
//! the associated window is defined or resized.
Standard_EXPORT void SetRatio();
//! Change the scale factor and position of the view
//! such as the bounding box <Umin, Vmin, Umax, Vmax> is contains
//! in the view.
Standard_EXPORT void FitAll (const Handle(Aspect_Window)& aWindow, const V3d_Coordinate Umin, const V3d_Coordinate Vmin, const V3d_Coordinate Umax, const V3d_Coordinate Vmax);
//! Determines the screen axes in the reference
//! framework of the view.
Standard_EXPORT static Standard_Boolean ScreenAxis (const gp_Dir& Vpn, const gp_Dir& Vup, Graphic3d_Vector& Xaxe, Graphic3d_Vector& Yaxe, Graphic3d_Vector& Zaxe);