Include :
- nuovi prototipi e aggiornamento vecchi.
This commit is contained in:
@@ -118,6 +118,9 @@ EIN_EXPORT int __stdcall EgtCreateCurveCircle( int nParentId, const double ptCe
|
||||
const double vtN[3], double dRad, int nRefType) ;
|
||||
EIN_EXPORT int __stdcall EgtCreateCurveCircleCPN( int nParentId, const double ptCen[3],
|
||||
const double ptOn[3], const double vtN[3], int nRefType) ;
|
||||
EIN_EXPORT int __stdcall EgtCreateCurveCircleCPNEx( int nParentId, const double ptCen[3],
|
||||
const double ptOn[3], int nSepO, int nIdO,
|
||||
const double vtN[3], int nRefType) ;
|
||||
EIN_EXPORT int __stdcall EgtCreateCurveCircle3P( int nParentId, const double ptP1[3],
|
||||
const double ptP2[3], const double ptP3[3], int nRefType) ;
|
||||
EIN_EXPORT int __stdcall EgtCreateCurveArc( int nParentId, const double ptCen[3],
|
||||
@@ -125,10 +128,16 @@ EIN_EXPORT int __stdcall EgtCreateCurveArc( int nParentId, const double ptCen[3
|
||||
double dAngCenDeg, double dDeltaN, int nRefType) ;
|
||||
EIN_EXPORT int __stdcall EgtCreateCurveArcC2PN( int nParentId, const double ptCen[3], const double ptStart[3],
|
||||
const double ptNearEnd[3], const double vtNorm[3], int nRefType) ;
|
||||
EIN_EXPORT int __stdcall EgtCreateCurveArcC2PNEx( int nParentId, const double ptCen[3],
|
||||
const double ptStart[3], int nSepS, int nIdS,
|
||||
const double ptNearEnd[3], const double vtNorm[3], int nRefType) ;
|
||||
EIN_EXPORT int __stdcall EgtCreateCurveArc3P( int nParentId, const double ptP1[3],
|
||||
const double ptP2[3], const double ptP3[3], int nRefType) ;
|
||||
EIN_EXPORT int __stdcall EgtCreateCurveArc2PVN( int nParentId, const double ptStart[3], const double ptEnd[3],
|
||||
const double vtDirS[3], const double vtNorm[3], int nRefType) ;
|
||||
EIN_EXPORT int __stdcall EgtCreateCurveArc2PVNEx( int nParentId, const double ptStart[3],
|
||||
const double ptEnd[3], int nSep, int nId,
|
||||
const double vtDirS[3], const double vtNorm[3], int nRefType) ;
|
||||
EIN_EXPORT int __stdcall EgtCreateCurveBezier( int nParentId, int nDegree,
|
||||
const double ptCtrls[/*3x(nDegree+1)*/], int nRefType) ;
|
||||
EIN_EXPORT int __stdcall EgtCreateCurveBezierRational( int nParentId, int nDegree,
|
||||
|
||||
Reference in New Issue
Block a user