Author: sreeparnamandal

  • How to determine if two line segments are overlapping in AutoCAD

    <?xml encoding=”UTF-8″>By Sreeparna Mandal To check if two line segments are overlapping, we shall use the AcGeLinearEnt3d::overlap() method. It returns the line that coincides with their region of overlap. The declaration of the method goes as mentioned: <em>GE_DLLEXPIMPORT Adesk::Boolean overlap( const AcGeLinearEnt3d& line, AcGeLinearEnt3d*& overlap, const AcGeTol& tol = AcGeContext::gTol ) const;</em> Here, the overlap…

  • Integrating an ARX application with SQLite

    <?xml encoding=”UTF-8″>By Sreeparna Mandal A brief introduction to SQLite: SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured SQL database engine. For programs that have a lot of data that must be sifted and sorted in diverse ways, it is often easier and quicker to load the data into an in-memory…

  • AutoCAD developer update for 2024

    By Sreeparna Mandal The AutoCAD Developer Center has been updated with the following: Wizards ObjectARX 2024 Wizard AutoCAD 2024 .NET Wizard Training Material ObjectARX 2024 Training Labs AutoCAD 2024 .NET Training Labs My First AutoCAD Plug-In tutorial for AutoCAD 2024 Important updates for AutoCAD 2024 DWG file format compatibility No Change API binary compatibility Maintained…

  • Sreeparna Mandal

    Sreeparna works for the Advocacy Support department at Autodesk and provides programming support and training to developers on the AutoCAD API. She started her career as a C++ programmer after completing her Post Graduate Diploma in Advanced Computing from CDAC ACTS, Pune and Bachelor’s in Technology from Budge Budge Institute of Technology, Kolkata, India. Apart…