OmagOFFICE :

- è possibile impostare la tolleranza di spessore in inserimento pezzi CSV (da Ini [CSV] ThickTolerance=3)
- quando si importa da DXF ora è possibile non resettare il VeinMatch (da Ini [VeinMatching] ClearOnNewDxf=0)
- esportazione DXF ora corretta anche per Autocad
- modifica nome pezzo Csv ora aggiorna anche il nome dello stesso pezzo nel VeinMatch.
This commit is contained in:
Dario Sassi
2020-09-24 07:23:45 +00:00
parent d2961993c2
commit 02c372d66d
5 changed files with 41 additions and 2 deletions
+1
View File
@@ -1128,6 +1128,7 @@ Public Class NestingTabVM
sNewText = sText.Remove( nPos, sCsvName.Length()).Insert( nPos, sNewName)
End If
EgtModifyText( nTextId, sNewText)
VeinMatching.ModifyPartText( nPartId, sNewText)
Exit While
End If
nTextId = EgtGetNext(nTextId)