mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
#format
This commit is contained in:
parent
366b40efa1
commit
558c2f8fb7
@ -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();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user