1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

0033807: Documentation - Fix various typos found in codebase

This commit is contained in:
luzpaz
2024-08-31 09:26:15 -04:00
committed by GitHub
parent b332761e13
commit 099e0d2524
139 changed files with 206 additions and 206 deletions

View File

@@ -92,7 +92,7 @@ public:
NCollection_Vector<Handle(SelectMgr_SensitiveEntity)>& ChangeEntities() { return myEntities; }
//! Returns the flag UpdateFlag.
//! This flage gives the update status of this framework
//! This flag gives the update status of this framework
//! in a ViewerSelector object:
//! - full
//! - partial, or

View File

@@ -269,7 +269,7 @@ public:
//! Picks the sensitive entity according to the input axis.
//! This is geometric intersection 3D objects by axis
//! (camera parameters are ignored and objects with transform persistance are skipped).
//! (camera parameters are ignored and objects with transform persistence are skipped).
Standard_EXPORT void Pick (const gp_Ax1& theAxis,
const Handle(V3d_View)& theView);