Skip to content

teocomi/HelloDynamo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A more comprehensive guide to custom nodes in C# can be found at github.com/teocomi/dug-dynamo-unchained

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 project has post build actions set to:

xcopy /Y "$(TargetDir)*.*" "$(AppData)\Dynamo\Dynamo Core\1.3\packages\$(ProjectName)\bin\"
xcopy /Y "$(ProjectDir)pkg.json" "$(AppData)\Dynamo\Dynamo Core\1.3\packages\$(ProjectName)"

Change accordingly if using another version of Dynamo.

image

About

Examples of custom Dynamo nodes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages