blob: f2ff8fbe3ef25fe3851cf95be967bc5835b4b631 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// File: IntCurveSurface_Polyhedron.lxx
// Created: Fri Dec 7 10:07:51 2001
// Author: Sergey KHROMOV
// <skv@dimox>
//=======================================================================
//function : GetBorderDeflection
//purpose : This method returns a border deflection.
//=======================================================================
inline Standard_Real IntCurveSurface_Polyhedron::GetBorderDeflection() const
{
return TheBorderDeflection;
}
|