• Automating AutoCAD

    Crafting a single use program for a large AutoCAD project. saving weeks of meticulous layout work through the use of a simple program to automate AutoCAD. Dive into how this bespoke solution streamlined equipment placement in complex, non-linear tunnels, revolutionizing efficiency within a singular project. A single use AutoCAD program The Project A client faced…

    Automating AutoCAD
  • Importing Star Data into Your Projects with Python

    Let’s take a look at how you can import star data into your projects using Python. This can be useful for creating your own star maps or decorative backgrounds. For this example, the positions will be plotted in a DXF file, as this is a common vector file format. Feel free to modify the code…

    Importing Star Data into Your Projects with Python
  • Automating Parametric Block Placement in AutoCAD

    Introduction Parametric blocks in AutoCAD are powerful tools that enable users to insert blocks with varying dimensions and properties, maintaining consistency and efficiency in design. This guide will walk you through creating a parametric block, placing it via the API, and how this can be leveraged to automate the drawing process. Creating a Parametric Block…

    Automating Parametric Block Placement in AutoCAD
  • Connecting Visual Studio to other applications

    When collaborating with other applications and libraries, it’s essential to instruct your Integrated Development Environment (IDE), such as Visual Studio, where to locate the required files. This action enables the IDE to recognize available objects, providing programming support, and allows it to reference the files during code compilation. To include a reference in your project,…