Most products work with fonts that are installed on the system. If you check how to use custom fonts in Inventor or Revit the articles will tell you to install that font on Windows. That ...
Forge released Design Automation APIs for Revit, Inventor, and 3ds Max last year. Now that it has been a year we wanted to check in with the community to see what they are building with i...
If you need to work with an SQLite database, one way is to use System.Data.SQLite It's not part of the .NET framework install, but available through NuGet: https://www.nuget.org/packages/...
You can only set the commandLine in the Activity, so how could you add job-specific arguments to it when starting the WorkItem? Many people simply place all information needed to drive th...
I already talked about running iLogic code that was defined in the Activity - see Run iLogic Rule without AppBundle. You could also provide the code (inside or the URL to it) in the WorkI...
Forge is going "Virtual" with "Virtual Reality" this year ! VR has proven to be invaluable in the current 'stay at home' work environment. Two Forge partners show how VR tools are helping...
Inside your AppBundle's code, you do not have direct access to the values that were provided for the WorkItem parameters. However, the commandLine interpreter which resolves the special a...