English

Viewer of DWG files based on ASP.NET

We can dynamically export 2D or 3D drawings from DWG files to PNG documents and view in browser. CAD software produce and support DWG files. Learn how to view a DWG file using ASP.NET in this post.
November 14, 2022 · 3 min · Denis Demenko

Convert DXF to FBX in C#

We can dynamically export 2D or 3D drawings from DXF files to FBX documents. CAD software produce and support DXF files. A portable format for sharing drawings is made possible by this conversion. Learn how to convert a DXF file to an FBX using C# in this post.
October 12, 2022 · 3 min · Denis Demenko

Convert DGN to PDF in Java

We can export 2D or 3D drawings from DGN files to PDF documents programmatically. DGN 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 DGN file to a PDF using Java.
October 5, 2022 · 3 min · Muzammil Khan

Convert DWG to Jpeg2000 in C#

From DWG files, we can dynamically export 2D or 3D drawings to Jpeg2000 documents. DWG files are created and supported by CAD software. This conversion enables the sharing of drawings in a portable format. This article will show you how to convert a DWG file to a Jpeg2000 using C#.
October 2, 2022 · 3 min · Denis Demenko

Convert DGN to DWF or DWFX in C#

We can programmatically export 2D or 3D drawings from DGN files to DWF or DWFX documents. CAD software generates and supports DGN files. This conversion allows for a portable format for sharing drawings. This tutorial will teach you how to use C# to convert a DGN file to DWF or DWFX.
September 24, 2022 · 4 min · Denis Demenko

Convert DGN to PDF in C#

DGN files are 2D or 3D drawing files that are created and supported by CAD applications. In certain cases, you may need to export drawings from DGN files to PDF documents programmatically. In this article, you will learn how to convert a DGN file to a PDF using C#.
September 5, 2022 · 3 min · Muzammil Khan

Convert OBJ to DXF File Programmatically in C#

An OBJ file is a geometry definition file format that can contain texture maps, polygonal faces, and 3D coordinates. You may need to convert an OBJ file to a DXF file for certain requirements. This article covers how to convert OBJ to DXF file programmatically in C#.
August 16, 2022 · 2 min · Farhan Raza

Convert FBX to OBJ in C#

We can programmatically export 2D or 3D drawings from FBX files to OBJ documents. CAD applications generate and support FBX files. A portable format for sharing drawings is made possible by this conversion. You will discover in this article how to convert an FBX file to an OBJ using C#.
July 31, 2022 · 3 min · Denis Demenko

Convert OBJ to DXF File in Java

OBJ files support polygonal geometry as well as free-form geometry like the curves and surfaces. In certain cases, you may need to convert an OBJ object file to a DXF file. In accordance with such use cases, this article covers how to convert OBJ to DXF file programmatically in Java.
July 16, 2022 · 2 min · Farhan Raza

Convert SVG to OBJ in C#

From SVG files, we may programmatically export 2D or 3D documents to OBJ files. CAD software produce and support SVG files. Drawings may now be shared in a portable format thanks to this conversion. This post will demonstrate using C# how to convert an SVG file to an OBJ file.
July 7, 2022 · 3 min · Denis Demenko