From 4b22adfdfae86167df6ae96491b4deb2efa5e10c Mon Sep 17 00:00:00 2001 From: SaraP Date: Thu, 2 Oct 2025 11:18:07 +0200 Subject: [PATCH] Include : - aggiunto prototipo. --- EXeExecutor.h | 1 + 1 file changed, 1 insertion(+) diff --git a/EXeExecutor.h b/EXeExecutor.h index 41fae98..ce01091 100644 --- a/EXeExecutor.h +++ b/EXeExecutor.h @@ -632,6 +632,7 @@ EXE_EXPORT int ExeGetCurveLinearConvexHullXY( int nId, double dLinTol, int nRef EXE_EXPORT bool ExeModifyCircleCP( int nId, const Point3d& ptOn, int nRefType) ; EXE_EXPORT bool ExeModifyCircle3P( int nId, const Point3d& ptP1, const Point3d& ptP2, const Point3d& ptP3, int nRefType) ; EXE_EXPORT bool ExeModifyArcRadius( int nId, double dRad, bool bKeepCenter = true) ; +EXE_EXPORT bool ExeModifyArcAngCenter( int nId, double dAngCenter) ; EXE_EXPORT bool ExeModifyArcC2P( int nId, const Point3d& ptEnd, int nRefType) ; EXE_EXPORT bool ExeModifyArc3P( int nId, const Point3d& ptMid, int nRefType) ; EXE_EXPORT bool ExeModifyArcToExplementary( int nId) ;