EgtInterface 2.2d1 :
- aggiunta interfaccia per EgtSurfTmRemoveFacet.
This commit is contained in:
@@ -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)
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user