mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
Replacing french comments by english one
This commit is contained in:
@@ -49,7 +49,7 @@ void StdPrs_HLRPolyShape::Add(const Handle (Prs3d_Presentation)& aPresentation,
|
||||
// find vertices not under ancestors.
|
||||
TopAbs_ShapeEnum E = aShape.ShapeType();
|
||||
if (E == TopAbs_COMPOUND) {
|
||||
// il faut presenter les vertex isoles a defaut de les cacher.
|
||||
// it is necessary to present isolated vertexes instead of hiding them.
|
||||
for (ex.Init(aShape, TopAbs_VERTEX, TopAbs_EDGE); ex.More(); ex.Next()) {
|
||||
StdPrs_WFShape::Add(aPresentation, ex.Current(), aDrawer);
|
||||
}
|
||||
@@ -109,7 +109,7 @@ void StdPrs_HLRPolyShape::Add(const Handle (Prs3d_Presentation)& aPresentation,
|
||||
}
|
||||
|
||||
|
||||
// stockage dans le groupe:
|
||||
// storage in the group:
|
||||
|
||||
HLRBRep_ListIteratorOfListOfBPoint ItB;
|
||||
|
||||
|
Reference in New Issue
Block a user