EgtGeomKernel :
- correzione a PolyLine (Splice) - impostazione Reset grafica sulle diverse entità geometriche.
This commit is contained in:
+2
-1
@@ -75,7 +75,8 @@ bool
|
||||
PolyLine::Splice( PolyLine& PL)
|
||||
{
|
||||
m_lUPoints.splice( m_lUPoints.end(), PL.m_lUPoints) ;
|
||||
|
||||
m_nCount += PL.GetPointNbr() ;
|
||||
|
||||
return true ;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user