EgtMachKernel :
- prime modifiche per tagli inclinati su esterno archi.
This commit is contained in:
+3
-3
@@ -977,7 +977,7 @@ Machine::SetLook( int nFlag)
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
Machine::LinkRawPartToGroup( int nRawPartId, const std::string& sGroupName)
|
||||
Machine::LinkRawPartToGroup( int nRawPartId, const string& sGroupName)
|
||||
{
|
||||
// verifico DB geometrico e gestore lavorazioni
|
||||
if ( m_pGeomDB == nullptr || m_pMchMgr == nullptr)
|
||||
@@ -1054,7 +1054,7 @@ Machine::UnlinkAllRawPartsFromGroups( void)
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
Machine::LinkFixtureToGroup( int nFxtId, const std::string& sGroupName)
|
||||
Machine::LinkFixtureToGroup( int nFxtId, const string& sGroupName)
|
||||
{
|
||||
// verifico DB geometrico e gestore lavorazioni
|
||||
if ( m_pGeomDB == nullptr || m_pMchMgr == nullptr)
|
||||
@@ -1126,7 +1126,7 @@ const string KEY_ORIG_REF = "OrigRef" ;
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
Machine::LinkPartToGroup( int nPartId, const std::string& sGroupName)
|
||||
Machine::LinkPartToGroup( int nPartId, const string& sGroupName)
|
||||
{
|
||||
// verifico DB geometrico e gestore lavorazioni
|
||||
if ( m_pGeomDB == nullptr || m_pMchMgr == nullptr)
|
||||
|
||||
Reference in New Issue
Block a user