We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2021-09-22 08:27 AM - last edited on 2023-05-19 10:37 PM by Gordana Radonic
Could anyone please advise how to omit Beam Segment and Column Segment from Schedule of Elements in AC25. I just would like to show Beam and Column. Thanks.
Solved! Go to Solution.
2021-10-03 09:38 PM
Modify the Element IDs of those Beams and Beam Segments so that the Element ID of those Beams and Beam Segments you do not want in the Schedules have a certain value, then add to the Criteria:
Element ID "IS NOT" <whatevervalue>
Then, those Beams and Beam Segments that have <whatevervalue> for Element ID will not be included.
If you do not have to use the Element ID for this, you can also create a new Property, make it available for Beams, and use that, set one value for Beams and Beam Segments you want to be included in the Schedule, and set another value for Beams and Beam Segments you do not want to be included in the Schedule. Then modify the Criteria to filter out the Beams and Beam Segments you do not want in the Schedule.
2021-10-04 06:44 AM
Thank you so much!
Finally got the answer by both ways.
Actually, I have tried this by using ID option but may be I was making mistake somewhere in scheme setting dialog box.
Sharing both screen shots here.
2021-10-04 06:56 PM - edited 2021-10-04 07:04 PM
The AND and OR logical operators have priorities: the AND logical operation is executed before the OR logical operation.
You need to put your two "Element Type" criteria in parentheses, and also put your two "Element ID" criteria in parentheses:
If you don't use parentheses, then the following will be included in the Schedule:
1. All Beams
2. All Beams Segments the Element ID of which start with "BEAM"
3. All elements the Element ID of which start with "HA"
However, if you use parentheses like on the above screenshot, then the following will be included in the Schedule:
All Beams and Beams Segments the Element ID of which starts with "BEAM" or "HA".
Actually, from your previous screenshots, this may not even be what you want. Maybe you want the following will be included in the Schedule:
1. All Beams the Element ID of which starts with "BEAM".
2. All Beams Segments the Element ID of which starts with "HA".
Let me know if this is the case.
2021-10-05 10:31 AM
Yes, I will keep parentheses part in my mind.
Element ID criteria option is good and what is needed here.
Thank you so much!
There is another issue regarding listing, I will come up soon with screen shots.