From f32888bd2b27ea241469b09d755fa9880a7f1305 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Mon, 29 Feb 2016 08:27:09 +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 af7ca60..c9a5611 100644 --- a/EInAPI.h +++ b/EInAPI.h @@ -409,6 +409,7 @@ EIN_EXPORT BOOL __stdcall EgtFrame( int nId, int nRefId, double ptOrig[3], EIN_EXPORT BOOL __stdcall EgtCurveDomain( int nId, double* pdStart, double* pdEnd) ; EIN_EXPORT BOOL __stdcall EgtCurveLength( int nId, double* pdLen) ; EIN_EXPORT BOOL __stdcall EgtCurveLengthAtPoint( int nId, const double ptOn[3], double dExtend, double* pdLen) ; +EIN_EXPORT BOOL __stdcall EgtCurveAreaXY( int nId, double* pdArea) ; EIN_EXPORT BOOL __stdcall EgtCurveNearestExtremityToPoint( int nId, const double ptP[3], BOOL* pbStart) ; EIN_EXPORT BOOL __stdcall EgtCurveExtrusion( int nId, int nRefId, double vtExtr[3]) ; EIN_EXPORT BOOL __stdcall EgtCurveThickness( int nId, double* pdThick) ; diff --git a/EXeExecutor.h b/EXeExecutor.h index ae02c77..83c4bb1 100644 --- a/EXeExecutor.h +++ b/EXeExecutor.h @@ -442,6 +442,7 @@ EXE_EXPORT bool ExeFrame( int nId, int nRefId, Frame3d& frFrame) ; EXE_EXPORT bool ExeCurveDomain( int nId, double* pdStart, double* pdEnd) ; EXE_EXPORT bool ExeCurveLength( int nId, double* pdLen) ; EXE_EXPORT bool ExeCurveLengthAtPoint( int nId, const Point3d& ptOn, double dExtend, double* pdLen) ; +EXE_EXPORT bool ExeCurveAreaXY( int nId, double* pdArea) ; EXE_EXPORT bool ExeCurveNearestExtremityToPoint( int nId, const Point3d& ptP, bool& bStart) ; EXE_EXPORT bool ExeCurveExtrusion( int nId, int nRefId, Vector3d& vtExtr) ; EXE_EXPORT bool ExeCurveThickness( int nId, double* pdThick) ;