Include :
- aggiunti prototipi per raccordi e smussi di curve.
This commit is contained in:
@@ -138,6 +138,12 @@ EIN_EXPORT int __stdcall EgtCreateCurveArc2PVN( int nParentId, const double ptS
|
||||
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 EgtCreateCurveFillet( int nParentId, int nCrv1, const double ptNear1[3],
|
||||
int nCrv2, const double ptNear2[3],
|
||||
const double vtNorm[3], double dRad, BOOL bTrim, int nRefType) ;
|
||||
EIN_EXPORT int __stdcall EgtCreateCurveChamfer( int nParentId, int nCrv1, const double ptNear1[3],
|
||||
int nCrv2, const double ptNear2[3],
|
||||
const double vtNorm[3], double dDist, BOOL bTrim, 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