EgtExecutor :

- aggiunte info in ProjectCurveOnSurf
- piccolo aggiustamento per ricavere curve di sincro da trimming.
This commit is contained in:
Dario Sassi
2026-02-09 08:25:27 +01:00
parent f5f9b9813d
commit 50dcd97857
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -2510,6 +2510,8 @@ MyProjectCurveOnSurf( int nCurveId, const INTVECTOR& vnSurfId, int nDestGrpId,
pGeomDB->SetInfo( nNewId, "Ind", nInd ++) ;
pGeomDB->SetInfo( nNewId, "Par", Pt5ax.dPar) ;
pGeomDB->SetInfo( nNewId, "Flag", Pt5ax.nFlag) ;
pGeomDB->SetInfo( nNewId, "DirU", Pt5ax.vtDirU) ;
pGeomDB->SetInfo( nNewId, "DirV", Pt5ax.vtDirV) ;
}
return true ;