3MFConsortium / 3mf-samples

The 3MF Samples repository contains implementation guidance, 3MF sample files and conformance tests for the 3MF Specification.
http://www.3mf.io
BSD 2-Clause "Simplified" License
46 stars 23 forks source link

How to display 3mf model in ViewPort loaded from file in C# WPF Visual Studio? #27

Open shrepat opened 3 years ago

shrepat commented 3 years ago

Hello,

I am currently designing a WPF app. I have a requirement to display 3mf models on ViewPort 3D. I currently stream the 3mf's xml file and display only vertex and triangles. I am trying to migrate UWP apis to use Windows.Graphics.Printing3D. Is there a way to view a 3mf model loaded from file to be displayed on the VIEWPORT3D. Currently wpf does not support 3mf models. Let me know if there is a work around.

Thank you Shreyas