1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +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

@@ -2986,7 +2986,7 @@ void BRepOffset_MakeOffset::MakeMissingWalls (const Message_ProgressRange& theRa
// (one of reson is mixed connectivity of faces)
// algoritm of cutting offset edge by intersection line
// can fail and offset edge cannot get vertices.
// Follwing workaround is only to avoid exeption if V3 and V4 are Null
// Follwing workaround is only to avoid exception if V3 and V4 are Null
// Vertex points are invalid.
Standard_Real anOEF, anOEL;
TopAbs_Orientation anOEOri = OE.Orientation();