Skip to content

Repository files navigation

Wpf3DModelFiles

A C# .NET Core library that parses common 3D model file formats into data types used by Windows Presentation Foundation (WPF).

Here, this diagram should explain it:

Wpf3DModelFiles Diagram Showing What Types Convert to What Types

The key trick here is the class CommonFileData, a common intermediate representation of a 3D model. CommonFileData can freely convert to and from a:

  • .3MF file
  • .STL file
  • .SVG file
  • MeshGeometry3D
  • GeometryModel3D
  • List<Triangle3D> or (output only) to a .XAML markup file.

About

A simple library that parses 3MF and STL (both ASCII and Binary) 3D model files and outputs a MeshGeometry3D, GeometryModel3D, XAML markup code or a collection of Triangle3D.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages