Hey everyone,
It's been some time but after graduating I'm back :) For this project I want to create a similar pile layout plan like this:
Therefore I made a simpler test:
Some questions / errors / bugs I came about:
-
Grids still don't work as intended. Numbering is off, like grid 3 in viewport being just 3 and in print 3.001; Anybody have the same issue and knows how to fix it? The placement of the 3D grids is also still not working: not saving after changes to position. When reopening the file they are back to the first position.
-
Is it possible to link an symbol to a 3D element? In the ideal situation the symbol would get placed simultaniously and would move with the element. I tried parenting, nesting and aggregate but it wouldn't let me. There is also no EPset_Annotation possible, which would be the most simple solution I think. I also tried using a Model/Annotation/PLAN_VIEW representation as symbol for the pile so the 'symbol' would move, but I think it's technically not the best and not the preffered workflow (if you want to change symbol, or it doesn't show up because of export order etc.) An advantage of this method is that the 'symbol' doesn't scale with the view scale. This might be preferred sometimes, or is that possible too with a normal symbol?
- Projects with the Ifc4x3 schema have double work with annotations: Placed annotations are given a PredifinedType but for bonsai to work you need the ObjectType (text is not visible, only origin with just the PredifinedType). Wouldn't it be better if the (untyped) annotations worked directly with the PredefinedType without having to type in the ObjectType too? In this example TEXT.
- What is the correct way of making custom Psets? If for example I want to add 'Cutting height' to a pile I choose Custom_Pset, click the + but then I can only input the string as value (or a number, but not relevant in this case). As you can see the 'StringProperty' isn't changeable, which is needed if I want 'Cutting height' and then the actual value.
I think this isn't how it supposed to be
- If I want to make a legend like the one below, how would you do it? I know how to make a basic costing schedule, but not something like this (symbol, how many piles, length, cutting height etc.)
Many thanks in advance!