Presentation is loading. Please wait.

Presentation is loading. Please wait.

Add value to your app or a game with 3D printing.

Similar presentations


Presentation on theme: "Add value to your app or a game with 3D printing."— Presentation transcript:

1

2

3

4

5 Add value to your app or a game with 3D printing

6

7

8 // Create a file to store the stream (STL, OBJ, PLY, WRL, 3MF) StorageFolder localFolder = ApplicationData.Current.LocalFolder; var outputfile = await localFolder.GetFileAsync("output.stl”); var options = new Windows.System.LauncherOptions(); // Set 3d Builder as the target app options.TargetApplicationPackageFamilyName = "Microsoft.3DBuilder_8wekyb3d8bbwe"; // Launch 3d Builder with the 3MF or STL file generated from your app var success = await Windows.System.Launcher.LaunchFileAsync(outputfile, options);

9

10 // Create a file to store the stream StorageFolder localFolder = ApplicationData.Current.LocalFolder; // any image file:.png,.jpg,.tga var outputfile = await localFolder.GetFileAsync(“Neon Hitch.png"); var options = new Windows.System.LauncherOptions(); // Set 3d Builder as the target app options.TargetApplicationPackageFamilyName = "Microsoft.3DBuilder_8wekyb3d8bbwe"; // Launch 3d Builder with any 2D image var success = await Windows.System.Launcher.LaunchFileAsync(outputfile, options);

11

12

13

14

15

16

17

18

19

20

21

22

23

24 Spec: www.3mf.io

25

26

27

28

29

30


Download ppt "Add value to your app or a game with 3D printing."

Similar presentations


Ads by Google