EgtGeomKernel 1.8i3 :
- correzione a offset avanzato di curve.
This commit is contained in:
Binary file not shown.
@@ -98,6 +98,9 @@ OffsetCurve::Make( const ICurve* pCrv, double dDist, int nType)
|
||||
// verifico se curva chiusa e non forzata aperta
|
||||
bool bClosed = ccCopy.IsClosed() && ( nType & ICurve::OFF_FORCE_OPEN) == 0 ;
|
||||
|
||||
// unisco parti allineate
|
||||
ccCopy.MergeCurves( 10 * EPS_SMALL, ANG_TOL_STD_DEG, bClosed) ;
|
||||
|
||||
// calcolo le lunghezze delle diverse entità
|
||||
DBLVECTOR vLens ;
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user