mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
0023195: A method ShapeFix_Face::FixPeriodicDegeneratedMode() is not implemented
Implementation of the method ShapeFix_Face::FixPeriodicDegeneratedMode().
This commit is contained in:
parent
b7e7622471
commit
5f87cb7eaa
@ -107,6 +107,16 @@ inline Standard_Integer& ShapeFix_Face::AutoCorrectPrecisionMode()
|
|||||||
return myAutoCorrectPrecisionMode;
|
return myAutoCorrectPrecisionMode;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//=======================================================================
|
||||||
|
//function : FixPeriodicDegeneratedMode
|
||||||
|
//purpose :
|
||||||
|
//=======================================================================
|
||||||
|
|
||||||
|
inline Standard_Integer& ShapeFix_Face::FixPeriodicDegeneratedMode()
|
||||||
|
{
|
||||||
|
return myFixPeriodicDegenerated;
|
||||||
|
}
|
||||||
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
//function : Face
|
//function : Face
|
||||||
//purpose :
|
//purpose :
|
||||||
|
Loading…
x
Reference in New Issue
Block a user