feat: publish app bundle test
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user