Skip to content

IFC 4x3_RC3 broken rule NoLongitudinalOffsets #3

@tpaviot

Description

@tpaviot

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;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions