Include :

- aggiornamento prototipi.
This commit is contained in:
Dario Sassi
2015-04-27 08:27:46 +00:00
parent aa06daa826
commit 2007e61ae2
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -72,6 +72,7 @@ class __declspec( novtable) ISurfTriMesh : public ISurf
virtual bool GetFacetNearestMidPoint( int nF, const Point3d& ptNear, Point3d& ptMid, Vector3d& vtN) const = 0 ;
virtual bool GetFacetCenter( int nF, Point3d& ptCen, Vector3d& vtN) const = 0 ;
virtual bool GetFacetNormal( int nF, Vector3d& vtN) const = 0 ;
virtual ISurfTriMesh* CloneFacet( int nF) const = 0 ;
} ;
//-----------------------------------------------------------------------------
+3 -1
View File
@@ -322,11 +322,13 @@ EIN_EXPORT BOOL __stdcall EgtModifyCurveArcRadius( int nId, double dRad) ;
EIN_EXPORT BOOL __stdcall EgtModifyCurveArcC2PN( int nId, const double ptEnd[3], int nRefType) ;
EIN_EXPORT BOOL __stdcall EgtModifyCurveArc3P( int nId, const double ptMid[3], int nRefType) ;
EIN_EXPORT int __stdcall EgtExplodeCurveCompo( int nId, int* pnCount) ;
EIN_EXPORT int __stdcall EgtExplodeCurveBezier( int nId, BOOL bArcsVsLines, double dLinTol) ;
EIN_EXPORT int __stdcall EgtApproxCurveArc( int nId, double dLinTol) ;
EIN_EXPORT int __stdcall EgtApproxCurveBezier( int nId, BOOL bArcsVsLines, double dLinTol) ;
// GeomDb Surf Modify
EIN_EXPORT BOOL __stdcall EgtInvertSurface( int nId) ;
EIN_EXPORT int __stdcall EgtExtractSurfTmFacetLoops( int nId, int nFacet, int nDestGrpId, int* pnCount) ;
EIN_EXPORT int __stdcall EgtExplodeSurfTm( int nId, int* pnCount) ;
// Geo Snap Vector/Point/Frame
EIN_EXPORT BOOL __stdcall EgtStartPoint( int nId, int nRefId, double ptP[3]) ;