We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2023-11-06 10:11 AM
Hi,
I'm cleaning lots of models and I'd like a quick way to get rid of all sub elements in my schedules if there is one :). I don't want to choose exactly which element types I want to check because I don't know how the models are made. What I want is to check everything but the sub element types.
/Mats
2023-11-06 10:19 AM
Can you give an example of what you mean by 'sub elements'?
Barry.
2023-11-06 10:28 AM
Sure. These guys:
2023-11-06 11:00 AM - edited 2023-11-06 11:03 AM
Unfortunately as far as I know, you have to explicitly exclude those sub elements if you have criteria that looks for 'All Types'.
Otherwise you can just include only those main elements that you want.
Barry.
2023-11-06 11:35 AM
Thats what I do in lack of a smarter way...opportunity for GS to add sub-elements choice. I'll add it to the wish list,
2023-11-06 11:57 AM - edited 2023-11-14 10:17 AM
Create a property called "is sub-element (Y/N)", or whatever, and add this expression:
IF ( OR ( CONTAINS ( "Segment", Element Type ), CONTAINS ( "(Railing)", Element Type), CONTAINS ( "(Stair)", Element Type ) ), "Y", "N" )
In the schedule scheme settings, add this property in the criteria and set its value as N. should work🙂
Architect | Graphisoft Certified BIM Manager
ArchiCAD 27 JPN USA & INT | Windows 10
2023-11-06 12:52 PM
Barry,
What we have found is that they tend to sneak in even though explicitly excluded.
Some of them can be really tricky to get rid of unless you go into (for example) the tool settings and de-classify all sub-elements.
Railing parts tend to show up whether excluded or not.