Referring to the attached image taken from today's webinar: (could someone with at least 10 reputation post this image: https://i.stack.imgur.com/6dzgp.png)
Once, for example, changed parameters, could my appPackage (i.e. changeParamsPlugin) do something like this?
doc.SaveAs(Path.GetDirectoryName(doc.FullDocumentName) + "\\" + outputFile + ".stp", True);
and then file be downloaded like this:
DownloadToDocs(resultUrl, AppProperties.OutputFile + AppProperties.StepExtension); // Output to MyDocuments
Or afterwards should I use model derivative API to translate output in a step file?