feat: publish app bundle test

This commit is contained in:
2025-06-11 16:51:33 +02:00
parent 5a9085b0be
commit af408b44aa
2 changed files with 53 additions and 31 deletions

View File

@ -65,8 +65,8 @@ namespace DebugPluginLocally
// create a copy
System.IO.File.Copy(boxPath, boxPathCopy);
// open box.ipt by Inventor
Document doc = app.Documents.Open(boxPathCopy);
// open boxcopy.ipt by Inventor
Document doc = app.Documents.Open(boxPathCopy);;
// get params.json absolute path
string paramsPath = System.IO.Path.Combine(projectdir, @"inputFiles\", "params.json");
@ -78,10 +78,8 @@ namespace DebugPluginLocally
map.Add("_1", paramsPath);
// add extra parameters to showcase newly supported parsing and new helper class NameValueMapHelper
map.Add("intIndex", "1");
map.Add("stringIndex", "test");
map.Add("stringCollectionIndex", "str1, str2, str3");
map.Add("intCollectionIndex", "34, 256, 9999, 500, 43");
map.Add("height", "5.0");
map.Add("width", "10.0");
// create an instance of MachinePlannerExportPlugin