Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IFC 4x3_RC3 broken rule NoLongitudinalOffsets #3

Open
tpaviot opened this issue Feb 26, 2021 · 0 comments
Open

IFC 4x3_RC3 broken rule NoLongitudinalOffsets #3

tpaviot opened this issue Feb 26, 2021 · 0 comments

Comments

@tpaviot
Copy link
Collaborator

tpaviot commented Feb 26, 2021

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;
@tpaviot tpaviot changed the title IFC 4x3_RC3 borken rule 2 IFC 4x3_RC3 broken rule 2 Feb 26, 2021
@tpaviot tpaviot changed the title IFC 4x3_RC3 broken rule 2 IFC 4x3_RC3 broken rule NoLongitudinalOffsets Feb 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant