EgtGeomKernel :
- aggiunta a PolyLine IsFlat che restituisce direttamente un piano, se esiste - a GetSurfTriMeshByScrewing aggiunto parametro per tappare gli estremi - migliorata GetSurfTriMeshSwept.
This commit is contained in:
+1
-1
@@ -2483,7 +2483,7 @@ GdbExecutor::SurfTriMeshByScrewing( bool bMove, const STRVECTOR& vsParams)
|
||||
if ( ! FromString( vsParams[5], dAngRotDeg))
|
||||
return false ;
|
||||
// calcolo la superficie
|
||||
ISurfTriMesh* pSTM = GetSurfTriMeshByScrewing( CrvLoc, ptAx, vtAx, dAngRotDeg, dMove, dLinTol) ;
|
||||
ISurfTriMesh* pSTM = GetSurfTriMeshByScrewing( CrvLoc, ptAx, vtAx, dAngRotDeg, dMove, false, dLinTol) ;
|
||||
if ( pSTM == nullptr)
|
||||
return false ;
|
||||
// inserisco la superficie trimesh nel DB
|
||||
|
||||
Reference in New Issue
Block a user