From a9d16e8a559f2e153ad36f07d3140f80a2dcaf08 Mon Sep 17 00:00:00 2001 From: nbv Date: Thu, 11 Jan 2018 18:24:09 +0300 Subject: [PATCH] IntPatch_HCurve2dTool::IsPeriodic --- src/IntPatch/IntPatch_HCurve2dTool.hxx | 2 +- src/IntPatch/IntPatch_HCurve2dTool.lxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/IntPatch/IntPatch_HCurve2dTool.hxx b/src/IntPatch/IntPatch_HCurve2dTool.hxx index 7c75083ce2..57ea6ed092 100644 --- a/src/IntPatch/IntPatch_HCurve2dTool.hxx +++ b/src/IntPatch/IntPatch_HCurve2dTool.hxx @@ -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); diff --git a/src/IntPatch/IntPatch_HCurve2dTool.lxx b/src/IntPatch/IntPatch_HCurve2dTool.lxx index f1585911e7..431f7cc203 100644 --- a/src/IntPatch/IntPatch_HCurve2dTool.lxx +++ b/src/IntPatch/IntPatch_HCurve2dTool.lxx @@ -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()); } //============================================================ -- 2.39.5