EgtExecutor 3.1h4 :

- cambio versione
- aggiunti due argomenti per l'interpolazione delle curve si sync per il trimming.
This commit is contained in:
Daniele Bariletti
2026-08-26 09:26:41 +02:00
parent 873d074e14
commit ba1aa1e77b
4 changed files with 41 additions and 5 deletions
+1 -1
View File
@@ -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)