mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-13 14:27:08 +03:00
0028316: Coding Rules - Elimilate confusing aliases of Standard_Real type in V3d_View
Quantity_Factor, Quantity_Parameter, Quantity_Ratio, Quantity_Coefficient, Quantity_PlaneAngle, Quantity_Length, V3d_Parameter and V3d_Coordinate have been replaced by Standard_Real in visualization classes.
This commit is contained in:
@@ -103,7 +103,7 @@ static Standard_Integer OCC281bug (Draw_Interpretor& di, Standard_Integer argc,
|
||||
|
||||
if (aViewer->IsActive()) {
|
||||
if (aViewer->GridEcho()) {
|
||||
V3d_Coordinate X,Y,Z;
|
||||
Standard_Real X,Y,Z;
|
||||
aView->ConvertToGrid(x,y,X,Y,Z);
|
||||
} else {
|
||||
di << "NOT aViewer->GridEcho()\n";
|
||||
|
Reference in New Issue
Block a user