I like how you can filter in the Geometry Pipeline component. When referencing blocks though, the “name” of the block is actually part of the “type” in Rhino.
So is there a way to filter all block instances with the same block definition name?
In the image you can see that the actual name of the block “placement_box” is under type and not name.
So in the Geometry Pipeline component is there a way so I can get only those instances? There is a type input, but it only seems to accept the geometry type but not the block definition name.
ps: I am aware you can explode a block and get the block definition name, but it would be much better not having to do that and already filter it at the geometry pipeline stage.