8 Aug 2023
New Release of Design Automation Engine for AutoCAD is Up and Running
In past month, we have released AutoCAD Engine 24.3 aka AutoCAD 2024 on pre-production URL, now we have promoted to the production URL.
https://aps.autodesk.com/blog/call-action-design-automation-autocad
Please note this Engine deprecation is set to 29- March -2027.
We encourage developers to migrate yours apps to this new Engine version.
curl --request GET \
--url 'https://developer.api.autodesk.com/da/us-east/v3/engines/Autodesk.AutoCAD+24_3' \
--header 'Authorization: Bearer xyz'
The response :
{
"productVersion": "24.3",
"deprecationDate": "2027-03-29",
"description": "AutoCAD 2024 (Ursa) Core Engine",
"version": 38,
"id": "Autodesk.AutoCAD+24_3"
}
This release of Engine version also solves some of major roadblocks that some of our developers have faced.
- Exporting drawing to SVF using LMVEXPORTER is failing due to timeouts.
- Reading large DXF file using DXFIN is failing due to timeouts.