Merge commit 'c0fe5f14a8f18139e15639856a8ec6799498bdb2' into 3dm_import
This commit is contained in:
+1
-1
@@ -1600,7 +1600,7 @@ CurveComposite::CopyParamRange( double dUStart, double dUEnd) const
|
||||
// eseguo il trim della copia
|
||||
if ( ! pCopy->TrimStartEndAtParam( dUStart, dUEnd))
|
||||
return nullptr ;
|
||||
return ( ::Release( pCopy)) ;
|
||||
return ( pCopy->m_CrvSmplS.empty() ? nullptr : ::Release( pCopy)) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user