blob: efcbf25c0a45a1014808c5493bb49853445cdab1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// File: Adaptor3d_GenHSurface.lxx
// Created: Tue May 9 16:09:21 1995
// Author: Xavier BENVENISTE
// <xab@nonox>
inline TheSurface& Adaptor3d_GenHSurface::ChangeSurface()
{
return mySurf;
}
|