From 8c391d6f94de32a0204f3585b303745489da89c2 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Mon, 22 Feb 2016 18:36:32 +0000 Subject: [PATCH] Include : - aggiornamenti. --- EInAPI.h | 1 + EXeExecutor.h | 1 + 2 files changed, 2 insertions(+) diff --git a/EInAPI.h b/EInAPI.h index a898aa0..dab894b 100644 --- a/EInAPI.h +++ b/EInAPI.h @@ -380,6 +380,7 @@ EIN_EXPORT BOOL __stdcall EgtModifyArcC2P( int nId, const double ptEnd[3], int n EIN_EXPORT BOOL __stdcall EgtModifyArc3P( int nId, const double ptMid[3], int nRefType) ; EIN_EXPORT BOOL __stdcall EgtAddCurveCompoJoint( int nId, double dU) ; EIN_EXPORT BOOL __stdcall EgtModifyCurveCompoJoint( int nId, int nU, const double ptP[3], int nRefType) ; +EIN_EXPORT int __stdcall EgtGetCurveCompoJointCount( int nId) ; EIN_EXPORT BOOL __stdcall EgtRemoveCurveCompoJoint( int nId, int nU) ; EIN_EXPORT int __stdcall EgtExplodeCurveCompo( int nId, int* pnCount) ; EIN_EXPORT BOOL __stdcall EgtMergeCurvesInCurveCompo( int nId, double dLinTol) ; diff --git a/EXeExecutor.h b/EXeExecutor.h index 28548c9..374c4e4 100644 --- a/EXeExecutor.h +++ b/EXeExecutor.h @@ -404,6 +404,7 @@ EXE_EXPORT bool ExeModifyArcToExplementary( int nId) ; EXE_EXPORT bool ExeModifyArcByFlip( int nId) ; EXE_EXPORT bool ExeAddCurveCompoJoint( int nId, double dU) ; EXE_EXPORT bool ExeModifyCurveCompoJoint( int nId, int nU, const Point3d& ptP, int nRefType) ; +EXE_EXPORT int ExeGetCurveCompoJointCount( int nId) ; EXE_EXPORT bool ExeRemoveCurveCompoJoint( int nId, int nU) ; EXE_EXPORT int ExeExplodeCurveCompo( int nId, int* pnCount) ; EXE_EXPORT bool ExeMergeCurvesInCurveCompo( int nId, double dLinTol) ;