IFC 4.3.2.20240423 (IFC4X3_ADD2) under development

8.21.3.5 IfcTableRow

8.21.3.5.1 Semantic definition

IfcTableRow contains data for a single row within an IfcTable.

Limitation: For backward compatibility, all IfcTableRow objects referenced by an IfcTable shall have the same number of Row Cells. The actual number of Cells shall be taken from the number of cells of the first IfcTableRow for that table. The number of Cells is calculated by the derived attribute NumberOfCellsInRow in the associated IfcTable.

Figure 8.21.3.5.A — Table row use

Figure 8.21.3.5.A illustrates table row use.

Figure 8.21.3.5.B — Table row use alternative

Figure 8.21.3.5.B depicts how table rows were structured prior to IFC4 with the use of the IsHeading flag. Note that the use of the IfcTableColumn constructs should be used instead of the IsHeading flag (which remains for backward compatibility only).

8.21.3.5.2 Entity inheritance

8.21.3.5.3 Attributes

# Attribute Type Description
IfcTableRow (2)
1 RowCells OPTIONAL LIST [1:?] OF IfcValue

The data value of the table cell..

2 IsHeading OPTIONAL IfcBoolean

Flag which identifies if the row is a heading row or a row which contains row values.

Table 8.21.3.5.C

8.21.3.5.4 Formal representation

ENTITY IfcTableRow;
	RowCells : OPTIONAL LIST [1:?] OF IfcValue;
	IsHeading : OPTIONAL IfcBoolean;
END_ENTITY;

8.21.3.5.5 References

Edit on Github


Is this page difficult to understand? Let us know!

8.21.3.5.6 Changelog

8.21.3.5.6.1 IFC4

  • inverse attribute, OfTable
  • attribute IsHeading optional, Changed from "False" to "True"
  • attribute IsHeading type, Changed from "boolean" to "IfcBoolean"
  • attribute RowCells optional, Changed from "False" to "True"