Include :
- aggiornamento prototipi.
This commit is contained in:
@@ -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) ;
|
||||
|
||||
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user