EgtGeomKernel 1.5b7 :
- aggiunti metodi Dump e GetTitle a oggetti geometrici - migliorato calcolo BBox di Arcs (spezzatura esterna tg).
This commit is contained in:
@@ -62,6 +62,24 @@ GeoPoint3d::Clone( void) const
|
||||
return pGPt ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
const string&
|
||||
GeoPoint3d::GetTitle( void) const
|
||||
{
|
||||
static const string sTitle = "Point" ;
|
||||
return sTitle ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
GeoPoint3d::Dump( string& sOut, const char* szNewLine) const
|
||||
{
|
||||
// parametri : punto
|
||||
sOut += "P(" + ToString( m_ptP) + ")" + szNewLine ;
|
||||
|
||||
return true ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
const string&
|
||||
GeoPoint3d::GetKey( void) const
|
||||
|
||||
Reference in New Issue
Block a user