You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OffsetLongitudinal arribute of the WHERE NoLongitudinalOffsets rule (entity IfcSectionedSolidHorizontal) is undefined (line 10276 of the EXPRESS file).
ENTITY IfcSectionedSolidHorizontal
SUBTYPE OF (IfcSectionedSolid);
CrossSectionPositions : LIST [2:?] OF IfcCurveMeasureSelect;
FixedAxisVertical : IfcBoolean;
WHERE
CorrespondingSectionPositions : SIZEOF(CrossSections) = SIZEOF(CrossSectionPositions);
NoLongitudinalOffsets : SIZEOF(QUERY(temp <* CrossSectionPositions | EXISTS(temp.OffsetLongitudinal))) = 0;
END_ENTITY;
The text was updated successfully, but these errors were encountered:
tpaviot
changed the title
IFC 4x3_RC3 borken rule 2
IFC 4x3_RC3 broken rule 2
Feb 26, 2021
tpaviot
changed the title
IFC 4x3_RC3 broken rule 2
IFC 4x3_RC3 broken rule NoLongitudinalOffsets
Feb 26, 2021
The
OffsetLongitudinal
arribute of the WHERENoLongitudinalOffsets
rule (entity IfcSectionedSolidHorizontal) is undefined (line 10276 of the EXPRESS file).The text was updated successfully, but these errors were encountered: