1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
This commit is contained in:
mzernova 2025-02-07 09:54:39 +00:00
parent 366b40efa1
commit 558c2f8fb7

View File

@ -25,7 +25,12 @@ RWMesh_EdgeIterator::RWMesh_EdgeIterator(const TDF_Label& theLabel,
const TopLoc_Location& theLocation, const TopLoc_Location& theLocation,
const Standard_Boolean theToMapColors, const Standard_Boolean theToMapColors,
const XCAFPrs_Style& theStyle) const XCAFPrs_Style& theStyle)
: RWMesh_ShapeIterator(theLabel, theLocation, TopAbs_EDGE, TopAbs_FACE, theToMapColors, theStyle) : RWMesh_ShapeIterator(theLabel,
theLocation,
TopAbs_EDGE,
TopAbs_FACE,
theToMapColors,
theStyle)
{ {
Next(); Next();
} }