Include :

- aggiornamenti.
This commit is contained in:
Dario Sassi
2016-02-22 18:36:32 +00:00
parent 8a1272e3d6
commit 8c391d6f94
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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) ;
+1
View File
@@ -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) ;