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

ReferencedByPlacements #46

Open
aothms opened this issue Mar 22, 2022 · 1 comment
Open

ReferencedByPlacements #46

aothms opened this issue Mar 22, 2022 · 1 comment

Comments

@aothms
Copy link
Member

aothms commented Mar 22, 2022

Add inverse

@aothms
Copy link
Member Author

aothms commented Mar 22, 2022

--- tmp/a/IFC.exp	2022-02-06 16:39:15.217030600 +0100
+++ tmp/b/IFC.exp	2022-03-22 21:19:59.180930300 +0100
@@ -8285,20 +8285,21 @@
 END_ENTITY;
 
 ENTITY IfcObjectPlacement
  ABSTRACT SUPERTYPE OF (ONEOF
 	(IfcGridPlacement
 	,IfcLinearPlacement
 	,IfcLocalPlacement));
 	PlacementRelTo : OPTIONAL IfcObjectPlacement;
  INVERSE
 	PlacesObject : SET [0:?] OF IfcProduct FOR ObjectPlacement;
+	ReferencedByPlacements : SET [0:?] OF IfcObjectPlacement FOR PlacementRelTo;
 END_ENTITY;
 
 ENTITY IfcObjective
  SUBTYPE OF (IfcConstraint);
 	BenchmarkValues : OPTIONAL LIST [1:?] OF IfcConstraint;
 	LogicalAggregator : OPTIONAL IfcLogicalOperatorEnum;
 	ObjectiveQualifier : IfcObjectiveEnum;
 	UserDefinedQualifier : OPTIONAL IfcLabel;
  WHERE
 	WR21 : (ObjectiveQualifier <> IfcObjectiveEnum.USERDEFINED) OR

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