From 68b4271d4e4c250e110262fdcfba9fec4615b121 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Mon, 16 Mar 2015 14:16:51 +0000 Subject: [PATCH] Include : - aggiornamento prototipi. --- EInAPI.h | 1 + EgkCurveArc.h | 1 + 2 files changed, 2 insertions(+) diff --git a/EInAPI.h b/EInAPI.h index be9c3f7..3872e16 100644 --- a/EInAPI.h +++ b/EInAPI.h @@ -277,6 +277,7 @@ EIN_EXPORT BOOL __stdcall EgtSplitText( int nId) ; // GeomDb Curve Modify EIN_EXPORT BOOL __stdcall EgtInvertCurve( int nId) ; +EIN_EXPORT BOOL __stdcall EgtChangeClosedCurveStartPoint( int nId, const double ptP[3], int nRefType) ; EIN_EXPORT BOOL __stdcall EgtModifyCurveStartPoint( int nId, const double ptP[3], int nRefType) ; EIN_EXPORT BOOL __stdcall EgtModifyCurveEndPoint( int nId, const double ptP[3], int nRefType) ; EIN_EXPORT BOOL __stdcall EgtModifyCurveExtrusion( int nId, const double vtExtr[3], int nRefType) ; diff --git a/EgkCurveArc.h b/EgkCurveArc.h index f2ba182..b7ce251 100644 --- a/EgkCurveArc.h +++ b/EgkCurveArc.h @@ -49,6 +49,7 @@ class __declspec( novtable) ICurveArc : public ICurve virtual bool InvertN( void) = 0 ; virtual bool ChangeRadius( double dNewRadius) = 0 ; virtual bool ChangeDeltaN( double dNewDeltaN) = 0 ; + virtual bool ChangeStartPoint( double dU) = 0 ; virtual bool ExtendedOffset( double dDist, int nType = OFF_FILLET) = 0 ; virtual bool ToAdditional( void) = 0 ; virtual bool Flip( void) = 0 ;