EgtGeomKernel :
- ricompilazione.
This commit is contained in:
+20
@@ -77,6 +77,26 @@ GetBiArc( const Point3d& ptP0, double dDir0Deg, const Point3d& ptP1, double dDir
|
||||
return ::Release( pBiArc) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
ICurve*
|
||||
GetBiArc( const PolyLine& PL, double dU0, double dDir0Deg, double dU1, double dDir1Deg)
|
||||
{
|
||||
// recupero i punti estremi della parte di interesse della polilinea
|
||||
//double dU ;
|
||||
//Point3d ptP, ptP0, ptP1 ;
|
||||
//for ( bool bFound = PL.GetFirstUPoint( dU, &ptP) ;
|
||||
// bFound ;
|
||||
// bFound = PL.GetNextUPoint( dU, &ptP)) {
|
||||
|
||||
//}
|
||||
// calcolo la curva dove giacciono i punti di giunzione tra i due archi del biarco
|
||||
//PtrOwner<ICurve> pJCrv( CalcJCurve( ptP0, dDir0Deg, ptP1, dDir1Deg)) ;
|
||||
//if ( ! ::IsValid( pJCrv))
|
||||
// return nullptr ;
|
||||
|
||||
return nullptr ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
static ICurve*
|
||||
CalcJCurve( const Point3d& ptP0, double dDir0Deg, const Point3d& ptP1, double dDir1Deg)
|
||||
|
||||
Reference in New Issue
Block a user