0022627: Change OCCT memory management defaults
[occt.git] / src / LocOpe / LocOpe_WiresOnShape.lxx
CommitLineData
7fd59977 1// File: LocOpe_WiresOnShape.lxx
2// Created: Wed Jan 24 13:46:41 1996
3// Author: Jacques GOUSSARD
4// <jag@bravox>
5
6
7//=======================================================================
8//function : IsDone
9//purpose :
10//=======================================================================
11
12inline Standard_Boolean LocOpe_WiresOnShape::IsDone() const
13{
14 return myDone;
15}