Showing posts with label Shared Parameter. Show all posts
Showing posts with label Shared Parameter. Show all posts

21 January 2019

Shared Parameters

Yet another update (132.3.9 / 201.3.9)… new nodes created for Shared Parameters.

The idea with the “SetFile” node is to be able to set a temporary SP file while doing stuff, and in the end, return to the original SP file. If you want to test it without any “Stuff”, then use the Circut node, set it to false and then you can verify that the SP file changes. Then test it with the Circuit set to true and you should end up with the file you had in your file (remember to reset between the two tests!).

The two “query” nodes get all the parameters in the SP file and group them either by type or by group name.

This post is originally published at dynamobim.org

Parameter nodes

I have Improved the Parameter nodes and extended it with two more nodes. The AddSharedParameter node and the AddProjectParameter can now be used to update category binding if the parameter exists in the project in advance. Furthermore is the ChangeCategory node used for changing/updating category binding. The DeleteParameter node is for removing/deleting a parameter in the project.

This post is originally published at dynamobim.org