I am having difficult with tag placement when using Create Annotation Tag from the archi-lab package.
I can correctly collect and provide the inputs for the node. The tags are placed based on imperial locations Point( x[ft], y[ft], z[ft] ). My model is using [mm], and Dynamo is passing [mm] based locations through the various nodes.
I know that Dynamo is supposed to be unitless, so I am confused about the operation of the Create Annotation Tag node.
Here’s an annotated graph.
Thanks for any help! I was scratching my head for a while before figuring out what the problem was and I’d prefer to avoid it again.
Why must we flatten the location list but not the Element list (and where does one best learn which lists need flattening)?
My Springs.Element.SetLocation correctly places the tag in my Revit model but appears to have an empty output. Is there a difference between your run and mine that I’m missing? (It works but I want to know why.)
Hello, I have been trying to place the label in the columns by placing an offset to its location, but it turns out that my columns have very variable dimensions in the “Y” coordinate, which means that in the large columns they are placed over them. I have the idea of getting the dimension of each column in “Y”, and at that value add the offset, but I do not know how to do it, any idea.