Tag All offset bigger than

Hi everyone. I’m trying to create a tag all, that can select all pipes that have offset bigger than 2.62 m.
is there any way that a i can make this happen?

Hi @leo.santsilva

Welcome to Dynamo Forum!

You can get all pipes offset by using Category->AllElementsOfCategory->GetParameterByName(Parameter name as Offset)-> FilterByBoolMask Greater Than 2.62-> Element.GetLocation-> CurvePointAtParameter(Parameter as 0.5 to place tags on center of pipe)->TagByElement.

Good Luck!

1 Like

Hi Kulkul, i didn’t realy get it. i’m new on this dynamo. can o send a screenshot of this sequence?

Hi @leo.santsilva!
Just follow Kulkul’s steps.
If you are stuck in a step, you can search for it in the forum with the search icon in the top right corner.
For example, you search on “FilterByBoolMask” and there will be plenty examples of it.
If you are very new with Dynamo, then you should learn the basics, like https://dynamobim.org/learn/ videos (just scroll down there) - I started with them back then.

1 Like

@Kulkul

I am stuck giving the tag an offset (especially for rotated objects).

Can you point me in the right direction. My thoughts are kinda stuck on the matter.

PS
Sorry for hijacking this topic. You can find my topic here.