English

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