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