EgtExecutor 3.1h4 :
- cambio versione - aggiunti due argomenti per l'interpolazione delle curve si sync per il trimming.
This commit is contained in:
@@ -3096,7 +3096,7 @@ ExeCreateSurfExtensionFromMany( int nParentId, const INTVECTOR& vSurfId, double
|
||||
if ( pnCount != nullptr)
|
||||
++ *pnCount ;
|
||||
}
|
||||
if ( bDrawOffEdge && pOffEdge->IsValid()) {
|
||||
if ( bDrawOffEdge && pOffEdge != nullptr && pOffEdge->IsValid()) {
|
||||
int nEdgeId = pGeomDB->AddGeoObj( GDB_ID_NULL, nParentId, pOffEdge) ;
|
||||
if ( nEdgeId != GDB_ID_NULL) {
|
||||
if ( pnCount != nullptr)
|
||||
|
||||
Reference in New Issue
Block a user