diff --git a/EXeExecutor.h b/EXeExecutor.h index 7a8f3d9..e14cc04 100644 --- a/EXeExecutor.h +++ b/EXeExecutor.h @@ -551,6 +551,7 @@ EXE_EXPORT bool ExeVectorToIdGlob( Vector3d& vtV, int nId) ; EXE_EXPORT bool ExeVectorToIdLoc( Vector3d& vtV, int nId) ; // Geo Transform +EXE_EXPORT bool ExeTransform( INTVECTOR& vIds, const Frame3d& frRef, int nRefType) ; EXE_EXPORT bool ExeMove( INTVECTOR& vIds, const Vector3d& vtMove, int nRefType) ; EXE_EXPORT bool ExeRotate( INTVECTOR& vIds, const Point3d& ptAx, const Vector3d& vtAx, double dAngRotDeg, int nRefType) ;