1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-19 13:40:49 +03:00

0033762: Documentation - Fix various typos found in codebase

This commit is contained in:
luzpaz
2024-07-14 10:19:44 -04:00
committed by GitHub
parent 5cf1003a66
commit 76df27830b
58 changed files with 69 additions and 68 deletions

View File

@@ -167,7 +167,7 @@ static void Sample()
if( ShapeLabel.FindAttribute(TPrsStd_AISPresentation::GetID(), PRS) ) PRS->Erase();
// The method Erase() marks presentation of attribute as erased in AIS_InteractiveContext;
// in order to make changes visible in a viewer's window viewer has to be updated
TPrsStd_AISViewer::Update(ShapeLabel); //Update viewer to erase presenation of the attribute in a viewer's window
TPrsStd_AISViewer::Update(ShapeLabel); //Update viewer to erase presentation of the attribute in a viewer's window
//Presentation of the attribute is erased from viewer but
// stays in AIS_InteractiveContext
@@ -182,7 +182,7 @@ static void Sample()
// Updating and displaying presentation of the attribute to be displayed
P->Display(Standard_True);
TPrsStd_AISViewer::Update(ShapeLabel); //Update presenation of the attribute in a viewer's window
TPrsStd_AISViewer::Update(ShapeLabel); //Update presentation of the attribute in a viewer's window
//Getting Standard_GUID of attribute with which TPrsStd_AISPresentation attribute is associated