EgtExecutor 1.6e7 :
- aggiustamenti vari per macchina e lavorazioni.
This commit is contained in:
@@ -463,6 +463,8 @@ ExeGroupDump( int nId, string& sDump)
|
||||
sDump = "Group " + ToString( nId) + "\r\n" ;
|
||||
// preparo gli attributi
|
||||
pGeomDB->DumpAttributes( nId, sDump, "\r\n") ;
|
||||
// preparo ObjUser
|
||||
pGeomDB->DumpObjUser( nId, sDump, "\r\n") ;
|
||||
// numero di nodi (figli)
|
||||
int nNodes = pGeomDB->GetGroupObjs( nId) ;
|
||||
sDump += "Nodes : " + ToString( nNodes) + "\r\n" ;
|
||||
@@ -505,6 +507,8 @@ ExeGeoObjDump( int nId, string& sDump)
|
||||
sDump = pGeoObj->GetTitle() + " " + ToString( nId) + "\r\n" ;
|
||||
// preparo gli attributi
|
||||
pGeomDB->DumpAttributes( nId, sDump, "\r\n") ;
|
||||
// preparo ObjUser
|
||||
pGeomDB->DumpObjUser( nId, sDump, "\r\n") ;
|
||||
// recupero i dati geometrici
|
||||
if ( ! pGeoObj->Dump( sDump, "\r\n"))
|
||||
return false ;
|
||||
|
||||
Reference in New Issue
Block a user