Include :
- aggiunta funzione per il calcolo della distanza tra punto e superficie di Bezier.
This commit is contained in:
@@ -908,6 +908,8 @@ EXE_EXPORT bool ExePointCurveDistSide( const Point3d& ptP, int nCurveId, const V
|
||||
double* pdDist, Point3d& ptMin, int* pnSide) ;
|
||||
EXE_EXPORT bool ExePointSurfTmDist( const Point3d& ptP, int nStmId, int nRefType,
|
||||
double* pdDist, Point3d& ptMin, int* pnTria) ;
|
||||
EXE_EXPORT bool ExePointSurfBzDist( const Point3d& ptP, int nSbzId, int nRefType,
|
||||
double* pdDist, Point3d& ptMin, Vector3d& vtN) ;
|
||||
|
||||
// Geo Intersect
|
||||
EXE_EXPORT bool ExeLineCurveInters( const Point3d& ptP, const Vector3d& vtDir, const int nId, const int nRefType,
|
||||
|
||||
Reference in New Issue
Block a user