Hi,
i want to create labels which are connected to shared parameters.
So i have a list with (for example) 10 shared parameters [sp1,…,sp10] and i want create 10 annotations in one row on a sheet. For every paramter one annotation.
So now i have a list of points in one row, but i have problems to create the annotation and combine the annotation with the shared parameters.
First problem: I haven’t elements to tag, but the node “Create Annotation Tag” needs elements.
Second problem: link every shared parameter to one annotation °.°
I didn’t find anything, but my glimpse into the API docs wasn’t very in depth, if you dig around a bit you may find something, but it appears at first glimpse that this isn’t exposed programmatically yet.
I still don’t know Isaac it hasn’t come up yet in my day to day. Best to start a tag from the template, add a label with something in it, and explore what you can do with that object.
I am hoping to dynamically generate parameters to associate to labels in the family editor.
I just created 27 parameters to track plumbing fixture calcs and it was a little painful, BUT of 9 could create the labels and associate them to parameters in a family automatically, place then set their widths, etc there is a lot o could do!
I have code to read types and sort by line and insert 4hose into drafting views by the same name, space rh according to a Row.height variable so they nearly stack in the view and look like an excel table.
Now I am after automation for creating those labels in the family editor, but the API / documentation is sparse.