Include :
- aggiornamenti e aggiunta EGkOffsetCurve.h.
This commit is contained in:
@@ -340,6 +340,7 @@ EIN_EXPORT int __stdcall EgtSplitText( int nId, int* pnCount) ;
|
||||
// GeomDb Curve Modify
|
||||
EIN_EXPORT BOOL __stdcall EgtInvertCurve( int nId) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtOffsetCurve( int nId, double dDist, int nType) ;
|
||||
EIN_EXPORT int __stdcall EgtOffsetCurveAdv( int nId, double dDist, int nType, int* pnCount) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtApproxCurve( int nId, int nApprType, double dLinTol) ;
|
||||
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) ;
|
||||
|
||||
Reference in New Issue
Block a user