We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Revert change for compatibility with IFC4
The text was updated successfully, but these errors were encountered:
--- tmp/a/IFC.exp 2022-08-27 01:47:39.753527400 +0200 +++ tmp/b/IFC.exp 2022-09-05 20:19:42.518332800 +0200 @@ -7372,21 +7372,21 @@ MappedTo : IfcTessellatedFaceSet; Opacity : OPTIONAL IfcNormalisedRatioMeasure; Colours : IfcColourRgbList; ColourIndex : LIST [1:?] OF IfcPositiveInteger; END_ENTITY; ENTITY IfcIndexedPolyCurve SUBTYPE OF (IfcBoundedCurve); Points : IfcCartesianPointList; Segments : OPTIONAL LIST [1:?] OF IfcSegmentIndexSelect; - SelfIntersect : IfcLogical; + SelfIntersect : OPTIONAL IfcBoolean; WHERE Consecutive : NOT(EXISTS(Segments)) OR IfcConsecutiveSegments(Segments); END_ENTITY; ENTITY IfcIndexedPolygonalFace SUPERTYPE OF (ONEOF (IfcIndexedPolygonalFaceWithVoids)) SUBTYPE OF (IfcTessellatedItem); CoordIndex : LIST [3:?] OF IfcPositiveInteger; INVERSE
Sorry, something went wrong.
No branches or pull requests
Revert change for compatibility with IFC4
The text was updated successfully, but these errors were encountered: