A portable .NET library for reading and writing 3MF files.
Open a 3MF file:
using IxMilia.ThreeMf;
// ...
ThreeMfFile file = ThreeMfFile.Load(@"C:\Path\To\File.3mf");
// use `file` here
To build locally, install the latest .NET 7.0 SDK.
A portable .NET library for reading and writing 3MF files.
Open a 3MF file:
using IxMilia.ThreeMf;
// ...
ThreeMfFile file = ThreeMfFile.Load(@"C:\Path\To\File.3mf");
// use `file` here
To build locally, install the latest .NET 7.0 SDK.