From dc8743aa6cf297a59316863773c20b29586f307c Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Mon, 22 Feb 2016 18:36:16 +0000 Subject: [PATCH] EgtInterface : - aggiornamento. --- API_GdbModifyCurve.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/API_GdbModifyCurve.cpp b/API_GdbModifyCurve.cpp index 104a61a..3a6157d 100644 --- a/API_GdbModifyCurve.cpp +++ b/API_GdbModifyCurve.cpp @@ -200,6 +200,13 @@ __stdcall EgtModifyCurveCompoJoint( int nId, int nU, const double ptP[3], int nR return ( ExeModifyCurveCompoJoint( nId, nU, ptP, nRefType) ? TRUE : FALSE) ; } +//------------------------------------------------------------------------------- +int +__stdcall EgtGetCurveCompoJointCount( int nId) +{ + return ExeGetCurveCompoJointCount( nId) ; +} + //------------------------------------------------------------------------------- BOOL __stdcall EgtRemoveCurveCompoJoint( int nId, int nU)