Anonymous
504 Vistas, 2 Respuestas
02-05-2020
01:22 PM
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
02-05-2020
01:22 PM
Is possible to achieve the "Snapshot DWG comparison" provided by the "COMPAREEXPORT" command on the accoreconsole tool? I tried to create a custom "Activity" on the "Design Automation" for this but I didn't get the result:
{
"commandLine": [
"$(engine.path)\\accoreconsole.exe /i $(args[HostDwg].path) /s $(settings[script].path) /suppressGraphics"
],
"parameters": {
"HostDwg": {
"verb": "get",
"description": "Host drawing to be loaded into acad.",
"required": true,
"localName": "$(HostDwg)"
},
"ToCompareWith": {
"verb": "get",
"description": "Drawing to be compared",
"required": true,
"localName": "$(ToCompareWith)"
},
"Result": {
"verb": "post",
"description": "Results",
"required": true,
"localName": "output.dwg"
}
},
"id": "FPDCompare",
"engine": "Autodesk.AutoCAD+23_1",
"appbundles": [],
"settings": {
"script": {
"value": ";Comand:\nCOMPAREINPLACE\n;Turn ON:\nON\n;Comand\n-COMPARE\n;ToCompareWith\n$(args[ToCompareWith].path)\n;Comand:\nCOMPAREEXPORT\n"
}
},
"description": "Compare two drawings."
}
¡Resuelto! Ir a solución.