Hi All,
I am very new to Dynamo but have been enjoying learning from various sources & feel I can integrate Dynamo in my day to day working.
I have created a routine that automatically adds numbers or references to my doors in Revit. My question is what do I use to specify a type parameter (in this instance its the function parameter, so Interior or Exterior doors) so that I can add ID or ED references.
Type parameters are defined by the type, so you need to get the FamilyType
from your instances and interact with them that way. Once you have the FamilyType
element, you can use the typical get/set parameter nodes.
1 Like
A slightly more flexible / clean approach (imo) for your Graph to expand on.
You can use this
node to set either a Instance or Type Parameter.
There is also one for getting a Instance or Type Parameters.