Include :

- aggiornamento prototipi.
This commit is contained in:
Dario Sassi
2015-09-20 09:13:31 +00:00
parent e0c15f3c93
commit 316fe5367c
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -83,7 +83,9 @@ class __declspec( novtable) IGeomDB
virtual int GetNewId( void) const = 0 ;
virtual bool ChangeId( int nId, int nNewId) = 0 ;
virtual bool Erase( int nId) = 0 ;
virtual IGeoObj* RemoveGeoObjAndErase( int nId) = 0 ;
virtual bool EmptyGroup( int nId) = 0 ;
// Transformations
virtual bool Translate( int nId, const Vector3d& vtMove) = 0 ;
virtual bool TranslateGlob( int nId, const Vector3d& vtMove) = 0 ;
virtual bool TranslateGroup( int nId, const Vector3d& vtMove) = 0 ;
+2 -1
View File
@@ -35,9 +35,10 @@ class SurfFlatRegionByContours
EGK_EXPORT SurfFlatRegionByContours( bool bAllowedMore = true, bool bAllowedMultiChunk = true)
: m_bAllowedMore( bAllowedMore), m_bAllowedMultiChunk( bAllowedMultiChunk), m_bFirst( true) {}
EGK_EXPORT ~SurfFlatRegionByContours( void) ;
EGK_EXPORT bool AddCurve( ICurve* pCrv) ;
EGK_EXPORT bool AddCurve( ICurve* pCrv) ; // TempProp possono essere usati per identificarle
EGK_EXPORT ISurfFlatRegion* GetSurf( void) ;
EGK_EXPORT bool AllCurvesUsed( void) ;
EGK_EXPORT bool GetUnusedCurveTempProps( INTVECTOR& vId) ;
private :
bool Prepare( void) ;