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

jwg12 IfcIndexedPolyCurve SelfIntersect UML change #14

Open
aothms opened this issue Sep 5, 2022 · 1 comment
Open

jwg12 IfcIndexedPolyCurve SelfIntersect UML change #14

aothms opened this issue Sep 5, 2022 · 1 comment

Comments

@aothms
Copy link
Member

aothms commented Sep 5, 2022

Revert change for compatibility with IFC4

@aothms
Copy link
Member Author

aothms commented Sep 5, 2022

--- 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

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