English

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