Anuncios

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

Autodesk Forge custom Activity: COMPAREEXPORT on accoreconsole

Anonymous

Autodesk Forge custom Activity: COMPAREEXPORT on accoreconsole

Anonymous
No aplicable

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."
}

 

0 Me gusta
Responder
Soluciones aceptadas (1)
503 Vistas
2 Respuestas
Respuestas (2)

natasha.l
Alumni
Alumni
Solución aceptada

Hello @Anonymous, 

 

Please post in the Forge support pageThe Forge support team monitors StackOverflow for, and will answer, all questions marked with Forge-related tags.

 

Please "Accept Solution" if a reply or replies have helped resolve the issue or answered your question, to help others in the community.

0 Me gusta

spmATLFY
Explorer
Explorer

Not found a single record about compareexport on StackOverflow. Do you have any solution?

0 Me gusta