Filter content

What am I doing wrong? I want to filter out all text entities for some further processing.

Edit:
Filter text objects.gh (6.1 KB)
Filter text objects.3dm (203.8 KB)

Wild card “*” before and after “Text Entity” on the ‘T’ input?

And this, of course:

3. Attach minimal versions of all the relevant files

Wild card “*” before and after “Text Entity” on the ‘T’ input?

Isn’t that the whole point of the “Contains” filter?

What? How was I supposed to know that these all fall under “Annotation”?
Filtering for “Annotation” works. But I want just text, not dimensions.

After some googling, I’ve found this page: ObjectType enum (rhino3d.com)
Am I to understand, that only these can be filtered for?
That I cannot filter out different dimension types from text objects?

You could use a Not filter to exclude what you don’t want and an And filter to get the Contains And Not.

I don’t want to filter out an unknown list of object types to be left with just text.
Text comparison will have to suffice. Plus this way I can access just text, not other annotation types.