mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-07-10 12:25:50 +03:00
9 lines
230 B
Plaintext
Executable File
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 ;
|
|
}
|