Hello im trying to set up a script that automats creation of tags of specific category elements in section view,using multicategory tag , i want to set them to the right of the section view just like the reference , whats the best approach please? ive already managed to tag them now i just need to displace the tag to the right?
Hi there. It’s hard to see which nodes you are using on a screenshot. But I see you don’t have a location input in tag creating node. Probaby you need to swith to anorther node which allows to specify the location of tag.
My approach would be - you’re getting the location of elements, then the boundary of view’s crop box and measure the distance form element to boundary, add some gap distance, and translate the points by vector and distance.
Probably you would need to play with X/Y/Z coordinates to get the proper distance to view boundary. But I believe it’s doable.