Home
last modified time | relevance | path

Searched refs:theSizeXv (Results 1 – 4 of 4) sorted by relevance

/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DV3d_View.hxx966 …d Scale (const Handle(Graphic3d_Camera)& theCamera, const Standard_Real theSizeXv, const Standard_…
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DV3d_View.hxx980 …d Scale (const Handle(Graphic3d_Camera)& theCamera, const Standard_Real theSizeXv, const Standard_…
/dports/cad/opencascade/opencascade-7.6.0/src/V3d/
H A DV3d_View.hxx980 …d Scale (const Handle(Graphic3d_Camera)& theCamera, const Standard_Real theSizeXv, const Standard_…
H A DV3d_View.cxx2949 const Standard_Real theSizeXv, in Scale() argument
2955 theCamera->SetScale (Max (theSizeXv / anAspect, theSizeYv)); in Scale()
2959 theCamera->SetScale (Max (theSizeXv, theSizeYv * anAspect)); in Scale()