Include :

- aggiunto EgtUUID e Writer
- Scan diventato Scanner.
This commit is contained in:
Dario Sassi
2015-06-06 17:57:02 +00:00
parent df224e8a2a
commit a75ded90fe
7 changed files with 109 additions and 4 deletions
+1
View File
@@ -64,6 +64,7 @@ class __declspec( novtable) ICurve : public IGeoObj
virtual bool IsPointOn( const Point3d& ptP, double dTol = EPS_SMALL) const = 0 ;
virtual bool GetParamAtPoint( const Point3d& ptP, double& dPar, double dTol = EPS_SMALL) const = 0 ;
virtual bool GetLengthAtPoint( const Point3d& ptP, double& dLen, double dTol = EPS_SMALL) const = 0 ;
virtual bool GetNearestExtremityToPoint( const Point3d& ptP, bool& bStart) const = 0 ;
virtual bool GetAreaXY( double& dArea) const = 0 ;
virtual bool ApproxWithLines( double dLinTol, double dAngTolDeg, PolyLine& PL) const = 0 ;
virtual bool ApproxWithArcs( double dLinTol, double dAngTolDeg, PolyArc& PA) const = 0 ;