-
Notifications
You must be signed in to change notification settings - Fork 18
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
Part composition follow ups #182
Comments
Relating to the Project and Site issue. I got file in IFC4x3_ADD3. By the definition of IfcBridge it enables crossing above obstacle or ground. To determine how Road and Bridge are related to one another only on semantic level (without looking at location side), there needs to be a rule to check if there's an IfcBridge, then there should be an IfcRoad (it applies to IfcRailway) related to the IfcBridge one way or another. We could deconstruct passages with IfcRoad, IfcRailway. Then, both of them are allocated on a piece of land (IfcGeographicElement, described as Type Terrain), under a piece of land (tunnel, i.e. IfcTunnel), or over a piece of land (bridge, i.e. IfcBridge). My opinion is that there should be relationship between {IfcRoad, IfcRailway} and {IfcBridge, IfcTunnel, IfcGeographicElement (or other entity)}. Please share your thoughts, @aothms and others. |
I think (but I'm not so familiar with the infra use cases) that in theory these are not relationships on the facility, because this relationship is not necessarily uniform for the complete facility. Consider e.g cases below: I think the idea for this was to use https://ifc43-docs.standards.buildingsmart.org/IFC/RELEASE/IFC4x3/HTML/lexical/IfcRelInterferesElements.htm with Spatial elements marking the respective regions of the areas passing under/over respectively. I don't really know how that would connect to the facility (and/or part) level. |
At least in the alignment that would already be possible, because it is kind of lifted out of the spatial hierarchy and directly aggregated into the project. So it's indeed a relevant question what that implies for road.
Even in the case of buildings this has been brought up. You could have a construction site on the 3rd storey of an existing building, why not?
But this really relates to the ambiguity around Site and Project. Are these geospatial reference points, the terrain, the plot, the construction area. This has never been really established and the various attributes, properties and usages all relate to various facets.
In the end I'm all for predictable and consistent exchanges though. I'm wondering if a sensible compromise would be something like the following, where lines indicate aggregation, containment, or references.
Originally posted by @aothms in #176 (comment)
The text was updated successfully, but these errors were encountered: