EgtInterface 2.2d1 :

- aggiunta interfaccia per EgtSurfTmRemoveFacet.
This commit is contained in:
Dario Sassi
2020-04-05 15:38:35 +00:00
parent 847380b1db
commit 404bf109d1
2 changed files with 7 additions and 0 deletions
+7
View File
@@ -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)
BIN
View File
Binary file not shown.