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:
+1
-1
@@ -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) ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user