blob: 47c9eac87dc72a8d5dd99b26afc3dc21a1076fe0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// File: LocOpe_WiresOnShape.lxx
// Created: Wed Jan 24 13:46:41 1996
// Author: Jacques GOUSSARD
// <jag@bravox>
//=======================================================================
//function : IsDone
//purpose :
//=======================================================================
inline Standard_Boolean LocOpe_WiresOnShape::IsDone() const
{
return myDone;
}
|