English

Convert IFC to PNG in C#

We can export 2D or 3D drawings from IFC files to PNG documents programmatically. IFC files are created and supported by CAD applications. Such conversion allows sharing of drawings in a portable format. In this article, you will learn how to convert a IFC file to a PNG using C#.
February 5, 2022 · 3 min · Denis Demenko

Convert IFC to JPG or PNG Image using C#

IFC files are used for modeling buildings, facilities, and different infrastructure. However, limited applications support this file format so you may need to convert an IFC file to a JPG or PNG image for previewing the contents in different system environments. This article covers how to convert an IFC file an image programmatically with C#.
November 4, 2021 · 2 min · Farhan Raza

Convert IFC to JPG or PNG Image using Java

IFC files are used to model different buildings for construction purposes. In certain situations, you might want to convert an IFC file to a JPG or PNG image to display the model on different operating systems. This article explains how to convert an IFC file to an image programmatically using Java.
October 2, 2021 · 2 min · Farhan Raza