Dynamo Sandbox without Revit - current status?

Hello @J.Rymer,

We can use the CLI to point to the location of data inside FormIt as a workaround to what should be happening automatically as per this wiki entry: https://github.com/DynamoDS/Dynamo/wiki/Dynamo-Command-Line-Interface

Can you try the following steps please and let me know if it works:

  1. Open up your Command Prompt
  2. Find the location of where you unzipped Dynamo Sandbox. e.g. C:\Documents\Dynamo Sandbox Versions\DynamoCoreRuntime_2.4.0
  3. Find the location of your FormIt route directory. e.g. C:\Program Files\Autodesk\FormIt
  4. Type into the command prompt: C:\Documents\Dynamo Sandbox Versions\DynamoCoreRuntime_2.4.0\DynamoCLI.exe -gp "location of FormIt route directory here"

Have a go with this and tell me if it helps :slight_smile: We are in this case using the CLI (Command Line Interface, or Dynamo without UI) to access a special call to point things to the right location!

In theory you should be able to open up the same Dynamo version after this and have Geometry working.

3 Likes