summaryrefslogtreecommitdiff
path: root/src/TopoDSToStep/TopoDSToStep_Root.cxx
blob: a9affd2fbbcae11e0ae97c162147a1015241148a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// File:	TopoDSToStep_Root.cxx
// Created:	Mon Jul 26 17:31:52 1993
// Author:	Martine LANGLOIS
//		<mla@mastox>

#include <TopoDSToStep_Root.ixx>

TopoDSToStep_Root::TopoDSToStep_Root ()
{  done = Standard_False;  toler = 0.0001;  }

Standard_Real& TopoDSToStep_Root::Tolerance ()
{  return toler;  }

Standard_Boolean TopoDSToStep_Root::IsDone () const
{
  return done; 
}