Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 741 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 741 Bytes

HelloDynamo

Example of custom Dynamo nodes. Contains:

  • custom NodeModel node
  • custom UI NodeModel node

image

Documentation

More info on custom nodes on the Dynamo Wiki or Dynamo Premier.

Debug

To debug change your StartAction to: C:\Program Files\Dynamo\Dynamo Revit\1.0\DynamoSandbox.exe. The .csproj file automatically copies the dlls to %appdata%\Dynamo\Dynamo Core\1.0\packages\HelloNodeModel\ upon build, change accordingly if using another version of Dynamo.

image