Include :

- aggiornamenti.
This commit is contained in:
Dario Sassi
2016-06-02 07:03:42 +00:00
parent 7f9034d6e2
commit 5201676bb1
7 changed files with 26 additions and 6 deletions
+1 -1
View File
@@ -390,7 +390,7 @@ EIN_EXPORT BOOL __stdcall EgtModifyCurveCompoJoint( int nId, int nU, const doubl
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) ;
EIN_EXPORT BOOL __stdcall EgtMergeCurvesInCurveCompo( int nId, double dLinTol, BOOL bStartEnd) ;
// GeomDb Surf Modify
EIN_EXPORT BOOL __stdcall EgtInvertSurface( int nId) ;