EgtGeomKernel 1.5e5 :
- corr a SurfTriMesh::CreateByTwoCurves (andava in loop infinito).
This commit is contained in:
@@ -136,6 +136,8 @@ PolyLine::GetFirstUPoint( double* pdPar, Point3d* pptP) const
|
||||
bool
|
||||
PolyLine::GetNextUPoint( double* pdPar, Point3d* pptP, bool bNotLast) const
|
||||
{
|
||||
if ( m_iter == m_lUPoints.end())
|
||||
return false ;
|
||||
++ m_iter ;
|
||||
if ( m_iter == m_lUPoints.end())
|
||||
return false ;
|
||||
|
||||
Reference in New Issue
Block a user