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