diff --git a/API_GdbModifySurf.cpp b/API_GdbModifySurf.cpp index 6f7f482..d7632c9 100644 --- a/API_GdbModifySurf.cpp +++ b/API_GdbModifySurf.cpp @@ -63,6 +63,13 @@ __stdcall EgtSurfFrOffset( int nId, double dDist, int nType) return ( ExeSurfFrOffset( nId, dDist, nType) ? TRUE : FALSE) ; } +//---------------------------------------------------------------------------- +BOOL +__stdcall EgtSurfTmRemoveFacet( int nId, int nFacet) +{ + return ( ExeSurfTmRemoveFacet( nId, nFacet) ? TRUE : FALSE) ; +} + //---------------------------------------------------------------------------- BOOL __stdcall EgtSurfTmAdd( int nId1, int nId2) diff --git a/EgtInterface.rc b/EgtInterface.rc index 1031aaf..9824a70 100644 Binary files a/EgtInterface.rc and b/EgtInterface.rc differ