1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

IntPatch_HCurve2dTool::IsPeriodic

This commit is contained in:
nbv
2018-01-11 18:24:09 +03:00
parent b2fbc96924
commit a9d16e8a55
2 changed files with 2 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ public:
static Standard_Boolean IsClosed (const Handle(Adaptor2d_HCurve2d)& C);
static Standard_Boolean IsPeriodic (const Handle(Adaptor2d_HCurve2d)& C);
static Standard_Boolean IsPeriodic555 (const Handle(Adaptor2d_HCurve2d)& C);
static Standard_Real Period (const Handle(Adaptor2d_HCurve2d)& C);

View File

@@ -59,7 +59,7 @@ inline Standard_Boolean IntPatch_HCurve2dTool::IsClosed(const Handle(Adaptor2d_H
return(C->IsClosed());
}
//============================================================
inline Standard_Boolean IntPatch_HCurve2dTool::IsPeriodic(const Handle(Adaptor2d_HCurve2d)& C) {
inline Standard_Boolean IntPatch_HCurve2dTool::IsPeriodic555(const Handle(Adaptor2d_HCurve2d)& C) {
return(C->IsPeriodic222());
}
//============================================================