mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0031939: Coding - correction of spelling errors in comments [part 5]
Fix various typos Fixed via `codespell v2.1.dev
This commit is contained in:
@@ -227,7 +227,7 @@ Standard_Boolean ChFiKPart_MakeChAsym(TopOpeBRepDS_DataStructure& DStr,
|
||||
// changes due to the fact the parameters of the chamfer must go increasing
|
||||
// from surface S1 to surface S2
|
||||
if (!plandab) {
|
||||
gcyl->VReverse();// be carefull : the SemiAngle was changed
|
||||
gcyl->VReverse();// be careful : the SemiAngle was changed
|
||||
ChamfAx3 = gcyl->Position();
|
||||
}
|
||||
|
||||
@@ -386,7 +386,7 @@ Standard_Boolean ChFiKPart_MakeChAsym(TopOpeBRepDS_DataStructure& DStr,
|
||||
// changes due to the fact the parameters of the chamfer must go increasing
|
||||
// from surface S1 to surface S2
|
||||
if (!plandab) {
|
||||
gcon->VReverse();// be carefull : the SemiAngle was changed
|
||||
gcon->VReverse();// be careful : the SemiAngle was changed
|
||||
ChamfAx3 = gcon->Position();
|
||||
SemiAngl = gcon->SemiAngle();
|
||||
}
|
||||
|
@@ -166,7 +166,7 @@ Standard_Boolean ChFiKPart_MakeChAsym(TopOpeBRepDS_DataStructure& DStr,
|
||||
// changes due to the fact the parameters of the chamfer must go increasing
|
||||
// from surface S1 to surface S2
|
||||
if ( (dedans && !plandab) || (!dedans && plandab) ) {
|
||||
gcon->VReverse();// be carefull : the SemiAngle was changed
|
||||
gcon->VReverse();// be careful : the SemiAngle was changed
|
||||
ConAx3 = gcon->Position();
|
||||
SemiAngl = gcon->SemiAngle();
|
||||
}
|
||||
|
@@ -229,7 +229,7 @@ Standard_Boolean ChFiKPart_MakeChamfer(TopOpeBRepDS_DataStructure& DStr,
|
||||
// changes due to the fact the parameters of the chamfer must go increasing
|
||||
// from surface S1 to surface S2
|
||||
if ( (dedans && !plandab) || (!dedans && plandab) ) {
|
||||
gcon->VReverse();// be carefull : the SemiAngle was changed
|
||||
gcon->VReverse();// be careful : the SemiAngle was changed
|
||||
ChamfAx3 = gcon->Position();
|
||||
SemiAngl = gcon->SemiAngle();
|
||||
}
|
||||
|
@@ -160,7 +160,7 @@ Standard_Boolean ChFiKPart_MakeChamfer(TopOpeBRepDS_DataStructure& DStr,
|
||||
// changes due to the fact the parameters of the chamfer must go increasing
|
||||
// from surface S1 to surface S2
|
||||
if ( (dedans && !plandab) || (!dedans && plandab) ) {
|
||||
gcon->VReverse();// be carefull : the SemiAngle was changed
|
||||
gcon->VReverse();// be careful : the SemiAngle was changed
|
||||
ConAx3 = gcon->Position();
|
||||
SemiAngl = gcon->SemiAngle();
|
||||
}
|
||||
|
Reference in New Issue
Block a user