EgtExch3dm :

- aggiunta la gestione della dimensione del testo durante l'export.
- aggiornato l'input per una funzione di Swept che è stata modificata nel GeomKernel.
This commit is contained in:
Daniele Bariletti
2024-04-09 16:13:54 +02:00
parent 917832a54a
commit df8cd714b5
2 changed files with 27 additions and 4 deletions
+1 -1
View File
@@ -632,7 +632,7 @@ Import3dm::ConvertSurface( const ON_Surface* onSurf)
PtrOwner<ON_Curve> onpCrvSouth( onSumSurface->IsoCurve(0, onIntDomain1[0])) ;
PtrOwner<ICurve> pCrvWest( ConvertCurve( onpCrvWest)) ;
PtrOwner<ICurve> pCrvSouth( ConvertCurve( onpCrvSouth)) ;
PtrOwner<ISurfTriMesh> pSurfTm ( GetSurfTriMeshSwept( pCrvSouth, pCrvWest, V_NULL, false)) ;
PtrOwner<ISurfTriMesh> pSurfTm ( GetSurfTriMeshSwept( pCrvSouth, pCrvWest, false, false)) ;
if ( ! IsNull( pSurfTm) && pSurfTm->IsValid())
return Release( pSurfTm) ;