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:
@@ -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);
|
||||
|
||||
|
@@ -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());
|
||||
}
|
||||
//============================================================
|
||||
|
Reference in New Issue
Block a user