I’m trying to tag elements using Dynamo. The elements i wish to tag are ducts. The problem here is that i have an start and an end point. I’m able to place the tag at one of those points but i wish to be able to place it in the center.
You can use Curve.PointAtParameter with inputs of
• curves to operate on
• value along curve (in your case 0.5 since the curve has been parameterised with a domain length of 0-1 therefore 0.5 will be the midpoint)
I cant find it and my colleague cant find it either. I did find the one for mullions. But no worries i got your solution working by using the "Element.Location"node