EgtGeomKernel 1.5a4 : Implementazione BoundingBox.
This commit is contained in:
+5
-1
@@ -16,6 +16,7 @@
|
||||
#include "DistPointLine.h"
|
||||
#include "DistPointArc.h"
|
||||
#include "DistPointCrvBezier.h"
|
||||
#include "DistPointCrvComposite.h"
|
||||
#include "/EgtDev/Include/EGkDistPointCurve.h"
|
||||
|
||||
|
||||
@@ -85,7 +86,10 @@ DistPointCurve::CrvBezierCalculate( const Point3d& ptP, const ICurve& Curve)
|
||||
void
|
||||
DistPointCurve::CrvCompositeCalculate( const Point3d& ptP, const ICurve& Curve)
|
||||
{
|
||||
//DistPointCrvComposite dstPtLn( ptP, *GetCurveComposite( &Curve)) ;
|
||||
DistPointCrvComposite dstPtCCompo( ptP, *GetCurveComposite( &Curve)) ;
|
||||
|
||||
m_dDist = dstPtCCompo.m_dDist ;
|
||||
m_Info = dstPtCCompo.m_Info ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user