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
Add inverse
The text was updated successfully, but these errors were encountered:
--- 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
Sorry, something went wrong.
No branches or pull requests
Add inverse
The text was updated successfully, but these errors were encountered: