Blogs
How to store complex data in AutoCAD?
Created by Nhu.Truong on 21/04/2024
481 Views - 0 Like
In some situations, we may need to attach additional data to an AutoCAD document for the purpose of identification, storage, and facilitating easier data management. So, how do we store the data?
How to convert text in a link/import DWG file to Revit?
Created by Nhu.Truong on 23/12/2023
537 Views - 0 Like
The Revit API does not provide any information about Text objects in a link/import DWG file. This post shares a solution that can read Text objects in a link/import DWG and convert them to Revit.
How to debug without restarting AutoCAD?
Created by Nhu.Truong on 17/12/2023
557 Views - 0 Like
The approach is applicable not only to AutoCAD but also to the majority of software that supports .NET, like Revit or Navisworks, aiming to simplify the add-in development process.