Level of detail for different print outputs

Hi all,
Thanks for bringing this discussion into this public forum. We are following it up with big interest, and it will contribute for sure to the future development of VisualARQ.

You can use IFC for that. Some Revit families will be identified as VisualARQ object styles when you export them from Revit to Rhino through IFC. This will depend on the object type or how the object is created, since each object is created with different parameters in each program, and it is not always possible to preserve their parametric properties when they travel through IFC. When it is not possible o preserve that, the objects are exported/imported as geometry with data, and tagged with the corresponding IFC type. This IFC guide from VA to Revit adds some more details about this workflow.

I don’t see this reverse-engineer miracle happening either. We rely on IFC to bring 3d models with data from these public libraries into Rhino, which depending on how they are created, can be identified as VisualARQ object types and styles, or just objects with data.

Hi all,

I stumbled upon this YT video showcasing Level of Detail set-up in VA2

I tried to replicate it - with a bit of success - but had trouble while printing. My use case is a bit simpler than those discussed above:

  • I have a few wall styles with corresponding layers and section hatches (1:100)
  • For the first few consultations with the client, I need to represent them only as if they all were just one layer wall with black solid hatch. (1:200)

So i made my custom display mode with “clipping planes” - “solid color” - “black”.

And was pretty satisfied with the results:

BUT. When printing to pdf. vector output does not work. So I proceeded to use raster, BUT when exporting a small groundplan, few random bugs started to occur - missing opening lines of some doors, missing random texts from annotations…

To overcome this problem and to make vector output possible, i tried to create a copy of Hidden display mode (VA native). But found out it has no “clipping planes” - “solid color” - “black” option!:

From my side, i do not need any other features regarding Level of Detail, just this. I was so close, but now i am stuck.

Can You add this option? Would it be hard to implement? What do you suggest?

Thanks,
Michal

3 Likes

hi! thanks for sharing this. now that VA3 is out, I can’t seem to replicate this option because the clipping plane customization doesn’t have the solid fill option anymore (R8).

has anyone managed to successfully implement a workaround for LODs in drawings? I am trying to complete a drawing set in VA but there’s a significant learning curve.

1 Like

Hi,

We’ve been working on a workaround with a python script, with Rhino 7 and VA2.

It allows us to quickly scale or replace section attributes according to the object’s layer name.

A full documentation is available here.

It will require some time to match your own workflow, but in our practice it works quite well to quickly modify section attributes on a whole model to print it at different scales. It works with both VisualArq and Rhino objects.

It is a workaround, and we’re currently working on a new version of it that should work with the native SectionTools in Rhino 8.

4 Likes

Since this post is being mentioned from other posts, I’m just updating the link to the documentation. It is now available at this address: vaSetSectionAttributes

1 Like