mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0025773: Visualization - remove AIS_Drawer class and transfer its Link() logic to Prs3d_Drawer
This commit is contained in:
@@ -544,7 +544,7 @@ void StdPrs_ShadedShape::Add (const Handle (Prs3d_Presentation)& thePrs,
|
||||
(theVolume == StdPrs_Volume_Closed ? Standard_True : Standard_False));
|
||||
}
|
||||
|
||||
if (theDrawer->IsFaceBoundaryDraw())
|
||||
if (theDrawer->FaceBoundaryDraw())
|
||||
{
|
||||
computeFaceBoundaries (theShape, thePrs, theDrawer);
|
||||
}
|
||||
|
Reference in New Issue
Block a user