Include :

- aggiornamento prototipi.
This commit is contained in:
Dario Sassi
2018-03-26 06:06:39 +00:00
parent 192f8d04d7
commit 32f54087a8
+3 -1
View File
@@ -33,8 +33,10 @@ class __declspec( novtable) IUserObj
virtual bool ToSave( void) const { return false ; }
virtual bool Save( int nBaseId, STRVECTOR& vString) const { return false ; }
virtual bool Load( const STRVECTOR& vString, int nBaseGdbId) { return false ; }
public : // show & transform geometry (only if with a GeoObj)
public : // show & texture (only if with a GeoObj)
virtual bool GetDrawPolyLines( POLYLINELIST& lstPL) const { return false ; }
virtual bool GetDimensions( double& dDimX, double& dDimY) const { return false ; }
public : // transform geometry (only if with a GeoObj)
virtual bool Translate( const Vector3d& vtMove) { return true ; }
virtual bool Rotate( const Point3d& ptAx, const Vector3d& vtAx, double dAngDeg) { return true ; }
virtual bool Rotate( const Point3d& ptAx, const Vector3d& vtAx, double dCosAng, double dSinAng) { return true ; }