VisualArq plan view & section view real-time baking from grasshopper

I want to generate plans , section , elevations views using plan/section view component in real time from grasshopper without clicking bake button / shortcut . So I wonder if there is component written on C# or python can help on that .

Hi @user883, I guess you are asking for a preview of the 2D section and plan views in GH. We haven’t implemented this option since these views usually take a while to be generated when they bake (depending on the amount of geometry and complexity of it), so generating the preview in real-time in GH of these views might cause really slow performance.

@fsalla clear about real time preview problem and agreed .
Ok , is it possible to be automated via Boolean toggle component which can run only if set to true? did any one made component in C# or python before for the same matter ? this way will avoid the real time preview problem .

Hi @user883, We can consider this option. We have had similar requests for calculating wall joins or openings in walls (which are not calculated in GH preview), so I’ll add your vote for this feature.

1 Like

Hi :slight_smile:
Did anything change since your answer here? I am facing a similar problem where I want to create to create automatically several parametric models but when I import hte Visual Arq geometry to a python node or the inbult ‘Context bake’ or the bake nodes from Lunchbox or elefront nothing recognizes the geometry. I always get the message that the nodes receive None-objects…
Is there a way to fix this?

Hi @Toni_Nabrotzky , there is no news about this issue. What exactly do you need to do? If you need to work with the geometry generated by a section view inside Grasshopper, there is no other option than baking it, and referencing it back in Grasshopper.

1 Like

my problem was that I want to use a script for baking a set of parametric models (so use a parameterset, bake model, export as ifc, delete ojects in Rhino, take next param_set and so on)

But my baking problem ist solved for with this topic:

But thanks for the quick response! :slight_smile:

2 Likes