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
+3 -1
View File
@@ -342,11 +342,13 @@ EXE_EXPORT bool ExeEndVector( int nId, int nRefId, Vector3d& vtV) ;
EXE_EXPORT bool ExeMidVector( int nId, int nRefId, Vector3d& vtV) ;
EXE_EXPORT bool ExeAtParamVector( int nId, double dU, int nSide, int nRefId, Vector3d& vtV) ;
EXE_EXPORT bool ExeFrame( int nId, int nRefId, Frame3d& frFrame) ;
EXE_EXPORT bool ExeCurveDomain( int nId, double* pdStart, double* pdEnd) ;
EXE_EXPORT bool ExeCurveLength( int nId, double* pdLen) ;
EXE_EXPORT bool ExeCurveLengthAtPoint( int nId, const Point3d& ptOn, double dExtend, double* pdLen) ;
EXE_EXPORT bool ExeCurveNearestExtremityToPoint( int nId, const Point3d& ptP, bool& bStart) ;
EXE_EXPORT bool ExeCurveExtrusion( int nId, int nRefId, Vector3d& vtExtr) ;
EXE_EXPORT bool ExeCurveThickness( int nId, double* pdThick) ;
EXE_EXPORT bool ExeGetMinDistPointCurve( const Point3d& ptP, int nId, double* pdDist) ;
EXE_EXPORT bool ExeGetMinDistPointCurve( const Point3d& ptP, int nId, double* pdDist, double* pdU) ;
EXE_EXPORT bool ExeGetMinDistPntSidePointCurve( const Point3d& ptP, int nId, const Vector3d& vtN,
double* pdDist, Point3d& ptMin, int* pnSide) ;
EXE_EXPORT bool ExeCurveArcRadius( int nId, double* pdRad) ;