Zero Touch Node to include other packages

I am trying to develop ZTN for quicker execution and logic encapsulation. Is it possible to include dynamo packages into my own ZTN?

Yes it should be “technically” possible. All I have to do is reference the specific dll in the package, and set “copy-local” flag to “True” for distribution. I am concerned if this is OK from license perspective. Packages to include are Civil3DToolkit, Mesh Toolkit and Spring Nodes. I appreciate any kind of enlightenments.

If you take a look here, there are a lot of package dependencies within Dynamo.
https://dynamopackages.com/#pac

1 Like

I believe that this is relative to the license used by the individual package.

FWIW with these packages in particular I would not attempt this, instead require installation of the package and incorporate by that method.

1 Like