FuseArch
(Vu)
1
I use these elefront components for: get the block definitions and their instances, then extract the curves (C# component from this topic Dispatch by Geometry Type - Grasshopper - McNeel Forum )
there is a way to use Rhino GH component to get the same result, and also I want extract geometry belongs to specific layer(s) ?
jessesn
(Jessesn Chen)
2
Please give it a try with Query Model Block Definitons, Explode Object and Model Object.
FuseArch
(Vu)
3
Thanks. but when I tried , it just gave me the block at the original XY Plane, not all the instances.
jessesn
(Jessesn Chen)
4
Could please you share your 3dm file? Thank you.
jessesn
(Jessesn Chen)
6
Bath load all blocks that have been placed in the scene, please refer to the discussion thread here,
kike
(Kike Garcia)
7
Hi @FuseArch,
If you zoom in ‘Query Model Objects’ component you can pick the type of geometry you are after, in this case Block Instances.
To filter the objects there are a couple components that may help you here.
- ‘Filter Content’ it allows you to filter any kind of content based on a filter.
- ‘Match Text Filter’ used to filter based on some text matching.
You can also combine Filters using the ‘Logical And Filter’ like this to get only curves. In this case none.
question.gh (25.3 KB)
FuseArch
(Vu)
8
Hi, do you know how to filter out the Text or Text Entity ?
My solution works but it looks not elegant.
wim
(Wim Dekeyser)
9
Hi Vu -
Please don’t double-post. This was answered here:
-wim