S
by stephen_l on 21 May 2021
#
Export organisation does no more depends on collections, so you are able to define relationships in other ways. On the other hand, at import time, blenderbim try to represent relationships in "visual" way through collection.
Binding relationships into collections also may have some limitations, by over compicating things by using collections only in order to make relationships "visible" tu users, at cost of billions collections with single object linked into it.
T
by theoryshaw on 21 May 2021, edited 21 May 2021
#
Not sure, one way or the other, but seasoned Blender users start doing things like the following, just because 'collections' is a good way to organize a file. File here.
As you can see, we're not really using 'IfcBuildingStorey' correctly here, but is a hack to help organize the scene.

C
by ChubbyQuark on 22 May 2021
#
Yes, the ease of collection organisation coupled with view layers in Blender is great for representing different design options and Phases. Also handy if rendering out a series or compositing. It would great if this could be used alongside blenderbim but not sure if representation layers should replace blender native scene organisation?
S
by stephen_l on 22 May 2021
#
Representation layers may also be collections, as objects may belong to more than one collection.
C
by ChubbyQuark on 23 May 2021
#
Ah, interesting. Seems you can create collections as fake users within Blender. Would that allow some kind of syncing between blenderbim and the outliner for objects outside of the ifc collection structure?
C
by ChubbyQuark on 22 Nov 2022, edited 22 Nov 2022
#
@theoryshaw said:
Not sure, one way or the other, but seasoned Blender users start doing things like the following, just because 'collections' is a good way to organize a file. File here.
As you can see, we're not really using 'IfcBuildingStorey' correctly here, but is a hack to help organize the scene.

@theoryshaw did you find a way to organise a scene within blender? I think the object visibility should should be linked to the include/exlude filters within the Pset so its obvious what will print to .SVG
Dion mentioned in another post to use Groups, which is the current approach I'm taking, this means the .ifc ends up with a drawing group per phase (existing, proposed, demo etc.). Not sure if this is best practice but it works well to link scene visibility in Blender to the exported drawing .SVG.
T
by theoryshaw on 22 Nov 2022
#
@Ace has been using drawings more than I, he might have a better opinion.
A
by Ace on 22 Nov 2022
#
@ChubbyQuark said:
@theoryshaw said:
Not sure, one way or the other, but seasoned Blender users start doing things like the following, just because 'collections' is a good way to organize a file. File here.
As you can see, we're not really using 'IfcBuildingStorey' correctly here, but is a hack to help organize the scene.

@theoryshaw did you find a way to organise a scene within blender? I think the object visibility should should be linked to the include/exlude filters within the Pset so its obvious what will print to .SVG
Dion mentioned in another post to use Groups, which is the current approach I'm taking, this means the .ifc ends up with a drawing group per phase (existing, proposed, demo etc.). Not sure if this is best practice but it works well to link scene visibility in Blender to the exported drawing .SVG.
I think I am doing the same thing as you, I'm mainly using the views to organise the file (as you can exclude/include, use custom Css etc) and the ifc model itself is a bit messy since I have overlapping phases visible, so my outliner is just organised the default way, my main goal was to output good 2d drawings, but also the building and files I am using are very small, mainly residential and none over 5mb, so it's much easier to keep track of all the elements.
Sorry if that's not anything different
C
by ChubbyQuark on 22 Nov 2022
#
Ok, makes sense. I think there should be a way to sync the camera/drawing view with the Pset filters apllied for printing the .svg. what do you think?
Im not sure if this is possible at the moment but if we can agree the best approach I beleive its worthy of a feature request?
Having views which allow focused design work at a given phase or detail is pretty vital to reduce distraction and visual clutter in the model.