EgtMachKernel 2.3j8 :
- aggiunta funzione lua EmtGetAllLinkedRawParts - corretto calcolo GetPointUnderRaw.
This commit is contained in:
@@ -1097,6 +1097,13 @@ Machine::IsLinkedRawPart( int nRawId) const
|
||||
return ( find( m_vLinkedRawParts.begin(), m_vLinkedRawParts.end(), nRawId) != m_vLinkedRawParts.end()) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
const INTVECTOR&
|
||||
Machine:: GetAllLinkedRawParts( void) const
|
||||
{
|
||||
return m_vLinkedRawParts ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
Machine::UnlinkRawPartFromGroup( int nRawPartId)
|
||||
|
||||
Reference in New Issue
Block a user