Home
last modified time | relevance | path

Searched refs:aFlippingAxes (Results 1 – 2 of 2) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/AIS/
H A DAIS_TextLabel.cxx302 … gp_Ax2 aFlippingAxes (aCenterOfLabel, myOrientation3D.Direction(), myOrientation3D.XDirection()); in Compute() local
303 thePrs->CurrentGroup()->SetFlippingOptions (Standard_True, aFlippingAxes); in Compute()
/dports/cad/opencascade/opencascade-7.6.0/src/PrsDim/
H A DPrsDim_Dimension.cxx511 gp_Ax2 aFlippingAxes (aCenterOfLabel, GetPlane().Axis().Direction(), aTextDir); in drawText() local
512 aGroup->SetFlippingOptions (Standard_True, aFlippingAxes); in drawText()