Abstract

Modern projects for complex objects the construction of, structures and entire infrastructures take years and thousands of man hours. This work is filled with routine actions that engages almost half of this time. Article purposes are increasing designing efficiency, simplifies and speeds up a work of engineers in modeling of complex objects such as system of buildings engineering equipment structures. For the implementation of method an integrated development environment Visual Studio and C# programming language was chosen for the creation of the plug-in because of the exhaustive documentation and flexibility of this framework. Computer-aided design (CAD) systems can be customized using a variety of programming techniques that vary in complexity. Еhe Revit API is the way programmers can work with Revit, and it establishes what functionality a software programmer can use within Revit. Such as the Revit API allows to write instructions for Revit to execute one after the other. According to the Building Information Model, each and every engineering object, particulary Autodesk Revit object, has its own properties and methods. By opering with these properties and methods, it is possible to automate and speed up designing process with the help of programming. In modern modelling systems the ability to work with programming frameworks is established at the core level. Computer engineers only need to choose which software development system will be used to create projects in order to manipulate BIM objects.

Highlights

  • Computer-aided design (CAD) systems can be customized using a variety of programming techniques that vary in complexity

  • Recent advances in technologies such as Internet of Things (IoT), wireless sensors, data processing and analysis, and Building Information Modelling (BIM) have the potential to transform how we interact with the built environment and improve the experience for end users and service providers [1]

  • The IoT devices and sensors are increasingly being deployed in the built environment and industrial applications

Read more

Summary

Introduction

Computer-aided design (CAD) systems can be customized using a variety of programming techniques that vary in complexity. Revit loads such plug-ins and uses them to adjust its behavior under certain conditions, such as when a particular command is executed by the user of the plug-in. Let’s look at the code inside in the Execute() method This is the actual set of instructions which uses the Revit API to perform certain tasks when command is executed. Let’s look at the code, line-by-line: // Get application and document objects UIApplication uiApp = commandData.Application; In the first line, uses the commandData parameter that was passed into the Execute() method to access the Application property of this object, which provides with access to the Revit application. In the above line of code – in just one line –directly accessed the database of the active document (this database is represented by the Document class)

Object Selection
Room room
XYZ boundCenter
Full Text
Published version (Free)

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call