EgtInterface 1.6r1 :

- aggiunta in interfaccia EgtSurfFrChunkSimpleClassify.
This commit is contained in:
Dario Sassi
2016-05-12 15:24:17 +00:00
parent eb0ae7d037
commit d885266558
2 changed files with 7 additions and 0 deletions
+7
View File
@@ -376,6 +376,13 @@ __stdcall EgtSurfFrChunkCount( int nId)
return ExeSurfFrChunkCount( nId) ;
}
//----------------------------------------------------------------------------
int
__stdcall EgtSurfFrChunkSimpleClassify( int nId1, int nChunk1, int nId2, int nChunk2)
{
return ExeSurfFrChunkSimpleClassify( nId1, nChunk1, nId2, nChunk2) ;
}
//----------------------------------------------------------------------------
int
__stdcall EgtSurfTmFacetCount( int nId)