EgtGeomKernel 1.6h4 :
- aggiunto metodo GetCrossOrOverlapIntersCount a SelfIntersCurve - aggiunti metodi GetCrossIntersCount e GetCrossOrOverlapIntersCount a IntersCurveCurve - allentati controlli sui loop delle regioni, ora possono toccarsi ma non attraversarsi in punti isolati - aggiunte funzioni per operazioni booleante tra regioni Add, Subtract e Intersect.
This commit is contained in:
@@ -525,7 +525,7 @@ IntersCrvCompoCrvCompo::IntersSimpleCurves( const ICurve& CurveA, int nA, const
|
||||
// eseguo l'intersezione di queste curve semplici
|
||||
IntersCurveCurve intCC( CurveA, CurveB) ;
|
||||
// ne recupero i risultati
|
||||
int nCurrInters = intCC.GetNumInters() ;
|
||||
int nCurrInters = intCC.GetIntersCount() ;
|
||||
if ( nCurrInters > 0) {
|
||||
m_bOverlaps = ( intCC.GetOverlaps() ? true : m_bOverlaps) ;
|
||||
for ( int j = 0 ; j < nCurrInters ; ++ j) {
|
||||
|
||||
Reference in New Issue
Block a user