EgtGeomKernel :
- a PolyLine e PolyArc aggiunta funzione ModifyLastParam - a SurfTriMesh aggiunte funzioni GetFacetAdjacencies e GetFacetsContact.
This commit is contained in:
@@ -81,6 +81,18 @@ PolyLine::Close( void)
|
||||
return AddUPoint( m_lUPoints.front().second, m_lUPoints.front().first) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
PolyLine::ModifyLastParam( double dPar)
|
||||
{
|
||||
// verifico esistano dei punti
|
||||
if ( m_lUPoints.empty())
|
||||
return false ;
|
||||
// eseguo la modifica
|
||||
m_lUPoints.back().second = dPar ;
|
||||
return true ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
PolyLine::EraseFirstUPoint( void)
|
||||
|
||||
Reference in New Issue
Block a user