Home
last modified time | relevance | path

Searched refs:theXmax (Results 1 – 10 of 10) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DPrsDim_Relation.hxx81 … const Standard_Real theXmax, const Standard_Real theYmax, const Standard_Real theZmax) in SetBndBox() argument
83 myBndBox.Update (theXmin, theYmin, theZmin, theXmax, theYmax, theZmax); in SetBndBox()
H A DBnd_Box.hxx135 … theXmin, Standard_Real& theYmin, Standard_Real& theZmin, Standard_Real& theXmax, Standard_Real& t…
/dports/cad/opencascade/opencascade-7.6.0/src/PrsDim/
H A DPrsDim_Relation.hxx81 … const Standard_Real theXmax, const Standard_Real theYmax, const Standard_Real theZmax) in SetBndBox() argument
83 myBndBox.Update (theXmin, theYmin, theZmin, theXmax, theYmax, theZmax); in SetBndBox()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DAIS_Relation.hxx81 … const Standard_Real theXmax, const Standard_Real theYmax, const Standard_Real theZmax) in SetBndBox() argument
83 myBndBox.Update (theXmin, theYmin, theZmin, theXmax, theYmax, theZmax); in SetBndBox()
H A DBnd_Box.hxx136 … theXmin, Standard_Real& theYmin, Standard_Real& theZmin, Standard_Real& theXmax, Standard_Real& t…
/dports/cad/opencascade/opencascade-7.6.0/src/Bnd/
H A DBnd_Box.hxx135 … theXmin, Standard_Real& theYmin, Standard_Real& theZmin, Standard_Real& theXmax, Standard_Real& t…
H A DBnd_Box.cxx182 Standard_Real& theXmax, in Get() argument
193 if (IsOpenXmax()) theXmax = Bnd_Precision_Infinite; in Get()
194 else theXmax = Xmax + Gap; in Get()
/dports/cad/opencascade/opencascade-7.6.0/samples/CSharp/OCCTProxy_D3D/
H A DOCCTProxyD3D.cpp194 int theXmax, int theYmax)
198 myView()->WindowFitAll (theXmin, theYmin, theXmax, theYmax);
/dports/cad/opencascade/opencascade-7.6.0/samples/CSharp/OCCTProxy/
H A DOCCTProxy.cpp177 void WindowFitAll(int theXmin, int theYmin, int theXmax, int theYmax)
181 myView()->WindowFitAll(theXmin, theYmin, theXmax, theYmax);
/dports/cad/opencascade/opencascade-7.6.0/src/V3d/
H A DV3d_View.cxx2493 const Standard_Real theXmax, in FitAll() argument
2499 Standard_Real aFitSizeU = Abs (theXmax - theXmin); in FitAll()
2511 Translate (aCamera, (theXmin + theXmax) * 0.5, (theYmin + theYmax) * 0.5); in FitAll()