Include :
- modifiche a interfaccia di GeomDB.
This commit is contained in:
@@ -53,6 +53,8 @@ class __declspec( novtable) IGeomDB
|
||||
virtual bool GetRefBBox( int nId, const Frame3d& frRef, BBox3d& b3Ref, int nFlag = BBF_NONE) const = 0 ;
|
||||
virtual int Copy( int nIdSou, int nIdDest, int nParentIdDest) = 0 ;
|
||||
virtual int CopyGlob( int nIdSou, int nIdDest, int nParentIdDest) = 0 ;
|
||||
virtual bool Relocate( int nId, int nNewParentId) = 0 ;
|
||||
virtual bool RelocateGlob( int nId, int nNewParentId) = 0 ;
|
||||
virtual bool Erase( int nId) = 0 ;
|
||||
virtual bool Translate( int nId, const Vector3d& vtMove) = 0 ;
|
||||
virtual bool TranslateGlob( int nId, const Vector3d& vtMove) = 0 ;
|
||||
|
||||
Reference in New Issue
Block a user