EgtExecutor 2.5i1 :

- aggiunta funzione Exe e Lua ProjectCurveOnSurfTm.
This commit is contained in:
Dario Sassi
2023-09-11 10:44:47 +02:00
parent d9cf624458
commit 1259955522
4 changed files with 122 additions and 8 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ ExeCreateGeoVector( int nParentId, const Vector3d& vtV, const Point3d& ptB, int
Point3d ptBL = GetPointLocal( pGeomDB, ptB, nRefType, frLoc) ;
// creo il vettore
PtrOwner<IGeoVector3d> pGeoVct( CreateGeoVector3d()) ;
bOk = bOk && !IsNull( pGeoVct) ;
bOk = bOk && ! IsNull( pGeoVct) ;
// setto il vettore (con il punto base)
bOk = bOk && pGeoVct->Set( vtVL, ptBL) ;
// inserisco il vettore nel DB