Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DPrsDim_Relation.hxx80 …void SetBndBox (const Standard_Real theXmin, const Standard_Real theYmin, const Standard_Real theZ… in SetBndBox() argument
83 myBndBox.Update (theXmin, theYmin, theZmin, theXmax, theYmax, theZmax); in SetBndBox()
H A DBnd_Box.hxx135 …Standard_EXPORT void Get (Standard_Real& theXmin, Standard_Real& theYmin, Standard_Real& theZmin, …
/dports/cad/opencascade/opencascade-7.6.0/src/PrsDim/
H A DPrsDim_Relation.hxx80 …void SetBndBox (const Standard_Real theXmin, const Standard_Real theYmin, const Standard_Real theZ… 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.hxx80 …void SetBndBox (const Standard_Real theXmin, const Standard_Real theYmin, const Standard_Real theZ… in SetBndBox() argument
83 myBndBox.Update (theXmin, theYmin, theZmin, theXmax, theYmax, theZmax); in SetBndBox()
H A DBnd_Box.hxx136 …Standard_EXPORT void Get (Standard_Real& theXmin, Standard_Real& theYmin, Standard_Real& theZmin, …
/dports/cad/opencascade/opencascade-7.6.0/src/Bnd/
H A DBnd_Box.hxx135 …Standard_EXPORT void Get (Standard_Real& theXmin, Standard_Real& theYmin, Standard_Real& theZmin, …
H A DBnd_Box.cxx179 void Bnd_Box::Get (Standard_Real& theXmin, in Get() argument
191 if (IsOpenXmin()) theXmin = -Bnd_Precision_Infinite; in Get()
192 else theXmin = Xmin - Gap; in Get()
/dports/cad/opencascade/opencascade-7.6.0/samples/CSharp/OCCTProxy_D3D/
H A DOCCTProxyD3D.cpp193 void WindowFitAll (int theXmin, int theYmin,
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.cxx2491 void V3d_View::FitAll(const Standard_Real theXmin, 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()