Create a PointGroup by Descriptions

Hi I’m new to Dynamo, I’m trying to create a point group by similar descriptions.
image
for example I’d like to get all the SPTU in one point group and HDY points in another.
I’ve been bumping my head with this for a day or so any help is welcomed

Thanks
Rich

Hi @Rich.Cald77,

Does this work for you? From here you would plug the “groups” output into a CogoPointGroup.ByCogoPoints node to actually create the groups.

7 Likes

Thank you worked perfectly

1 Like

great use of combining string nodes!

I have a question when creating the groups I want the points they contain to be according to their name, how could I generate that

@mzjensen

@Christhian I don’t think that is currently possible with the way that point groups are implemented in Dynamo. You would need to be able to define the query for the point group, which is possible through the API but might be more trouble than it’s worth.

3 Likes

Thank you for the answer.