From 0a64381d6b8f141d78fa6320bc326bb3e966b613 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Fri, 17 Nov 2017 07:44:57 +0000 Subject: [PATCH] Include : - aggiornamenti. --- EXeExecutor.h | 1 + 1 file changed, 1 insertion(+) 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) ;