Tag: AutoCAD
-
Demo – Create Revit Panels Directly From AutoCAD Panels (Precast)
This is a demo of my latest plug-in which demonstrates a proof of concept – i.e. a MVP (Minimum Viable Product). The programming was a little trickier than normal – because we are not using the .NET API, but the COM Interop API and the Revit API – something which I have not really explored…
-
Comparing Lines – IEqualityComparer (AutoCAD .net)
It’s not very often that I write something on the Autocad .net API, so here’s something which you, I suppose, will need one day: If you want to compare two lines, with a tolerance, in a collection then you’d need a LineComparer. The MSDN guide says that one should inherit from EqualityComparer, so unquestioningly,…