1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-07-10 12:25:50 +03:00
occt/src/GeomLib/GeomLib_CheckBSplineCurve.lxx
2012-03-05 19:23:40 +04:00

9 lines
230 B
Plaintext
Executable File

// File: GeomLib_CheckBSplineCurve.lxx
// Created: Wed May 28 17:33:32 1997
// Author: Xavier BENVENISTE
// <xab@zozox.paris1.matra-dtv.fr>
inline Standard_Boolean GeomLib_CheckBSplineCurve::IsDone() const
{
return myDone ;
}